Color spaces of #bceee2
RGB | 188 | 238 | 226 |
---|---|---|---|
HSL | 0.46 | 0.60 | 0.84 |
HSV | 166° | 21° | 93° |
CMYK | 0.21 | 0.00 | 0.05 0.07 |
XYZ | 65.0410 | 77.3314 | 83.4499 |
Yxy | 77.3314 | 0.2880 | 0.3424 |
Hunter Lab | 87.9383 | -21.8696 | 5.2930 |
CIE-Lab | 90.4739 | -18.3308 | 0.5473 |
#bceee2 color RGB value is (188,238,226).
#bceee2 hex color red value is 188, green value is 238 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bceee2 hue: 0.46 , saturation: 0.60 and the lightness value of bceee2 is 0.84.
The process color (four color CMYK) of #bceee2 color hex is 0.21, 0.00, 0.05, 0.07. Web safe color of #bceee2 is #ccffcc. Color #bceee2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101110 | 11100010 |
Octal | 274 | 356 | 342 |
Decimal | 188 | 238 | 226 |
Hex | BC | EE | E2 |
Shades of #bceee2
Tints of #bceee2
RGB Percentages of Color #bceee2
CMYK Percentages of Color #bceee2
Complementary Color
#bceee2 | #eebcc8 |
#bceee2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bceee2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bceee2 Color CSS Codes
.mybgcolor {background-color:#bceee2; } .myforecolor {color:#bceee2; } .mybordercolor {border:3px solid #bceee2; }
#bceee2 Text Font Color
<p style="color:#bceee2">Text here</p>
This sample text font color is #bceee2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bceee2 Background Color
<div style="background-color:#bceee2">
Div content here</div>
This div background color is #bceee2
#bceee2 Border Color
<div style="border:3px solid #bceee2">
Div here</div>
This div border color is #bceee2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,238,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bceee2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bceee2; -webkit-box-shadow: 1px 1px 3px 2px #bceee2; box-shadow: 1px 1px 3px 2px #bceee2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,238,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bceee2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bceee2; -webkit-box-shadow: 1px 1px 3px 2px #bceee2; box-shadow: 1px 1px 3px 2px #bceee2;">
Div content here</div>
This div box has shadow with color #bceee2
Comments
No comments written yet.
Please login to write comment.