Color spaces of #bddeae
RGB | 189 | 222 | 174 |
---|---|---|---|
HSL | 0.28 | 0.42 | 0.78 |
HSV | 101° | 22° | 87° |
CMYK | 0.15 | 0.00 | 0.22 0.13 |
XYZ | 54.7475 | 66.1174 | 49.9208 |
Yxy | 66.1174 | 0.3206 | 0.3871 |
Hunter Lab | 81.3126 | -22.1136 | 20.5185 |
CIE-Lab | 85.0563 | -19.5695 | 20.0162 |
#bddeae color RGB value is (189,222,174).
#bddeae hex color red value is 189, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bddeae hue: 0.28 , saturation: 0.42 and the lightness value of bddeae is 0.78.
The process color (four color CMYK) of #bddeae color hex is 0.15, 0.00, 0.22, 0.13. Web safe color of #bddeae is #cccc99. Color #bddeae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011110 | 10101110 |
Octal | 275 | 336 | 256 |
Decimal | 189 | 222 | 174 |
Hex | BD | DE | AE |
Shades of #bddeae
Tints of #bddeae
RGB Percentages of Color #bddeae
CMYK Percentages of Color #bddeae
Complementary Color
#bddeae | #cfaede |
#bddeae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddeae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddeae Color CSS Codes
.mybgcolor {background-color:#bddeae; } .myforecolor {color:#bddeae; } .mybordercolor {border:3px solid #bddeae; }
#bddeae Text Font Color
<p style="color:#bddeae">Text here</p>
This sample text font color is #bddeae
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.
#bddeae Background Color
<div style="background-color:#bddeae">
Div content here</div>
This div background color is #bddeae
#bddeae Border Color
<div style="border:3px solid #bddeae">
Div here</div>
This div border color is #bddeae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,222,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddeae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddeae; -webkit-box-shadow: 1px 1px 3px 2px #bddeae; box-shadow: 1px 1px 3px 2px #bddeae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,222,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddeae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddeae; -webkit-box-shadow: 1px 1px 3px 2px #bddeae; box-shadow: 1px 1px 3px 2px #bddeae;">
Div content here</div>
This div box has shadow with color #bddeae
Comments
No comments written yet.
Please login to write comment.