Color spaces of #bceae1
RGB | 188 | 234 | 225 |
---|---|---|---|
HSL | 0.47 | 0.52 | 0.83 |
HSV | 168° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.04 0.08 |
XYZ | 63.7525 | 74.9732 | 82.3453 |
Yxy | 74.9732 | 0.2884 | 0.3391 |
Hunter Lab | 86.5871 | -20.1010 | 4.2255 |
CIE-Lab | 89.3804 | -16.5465 | -0.5269 |
#bceae1 color RGB value is (188,234,225).
#bceae1 hex color red value is 188, green value is 234 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bceae1 hue: 0.47 , saturation: 0.52 and the lightness value of bceae1 is 0.83.
The process color (four color CMYK) of #bceae1 color hex is 0.20, 0.00, 0.04, 0.08. Web safe color of #bceae1 is #ccffcc. Color #bceae1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101010 | 11100001 |
Octal | 274 | 352 | 341 |
Decimal | 188 | 234 | 225 |
Hex | BC | EA | E1 |
Shades of #bceae1
Tints of #bceae1
RGB Percentages of Color #bceae1
CMYK Percentages of Color #bceae1
Complementary Color
#bceae1 | #eabcc5 |
#bceae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bceae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bceae1 Color CSS Codes
.mybgcolor {background-color:#bceae1; } .myforecolor {color:#bceae1; } .mybordercolor {border:3px solid #bceae1; }
#bceae1 Text Font Color
<p style="color:#bceae1">Text here</p>
This sample text font color is #bceae1
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.
#bceae1 Background Color
<div style="background-color:#bceae1">
Div content here</div>
This div background color is #bceae1
#bceae1 Border Color
<div style="border:3px solid #bceae1">
Div here</div>
This div border color is #bceae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,234,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bceae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bceae1; -webkit-box-shadow: 1px 1px 3px 2px #bceae1; box-shadow: 1px 1px 3px 2px #bceae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,234,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bceae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bceae1; -webkit-box-shadow: 1px 1px 3px 2px #bceae1; box-shadow: 1px 1px 3px 2px #bceae1;">
Div content here</div>
This div box has shadow with color #bceae1
Comments
No comments written yet.
Please login to write comment.