Color spaces of #cdeabb
RGB | 205 | 234 | 187 |
---|---|---|---|
HSL | 0.27 | 0.53 | 0.83 |
HSV | 97° | 20° | 92° |
CMYK | 0.12 | 0.00 | 0.20 0.08 |
XYZ | 63.5693 | 75.4126 | 58.2193 |
Yxy | 75.4126 | 0.3224 | 0.3824 |
Hunter Lab | 86.8404 | -21.3044 | 21.0393 |
CIE-Lab | 89.5859 | -17.8517 | 19.7146 |
#cdeabb color RGB value is (205,234,187).
#cdeabb hex color red value is 205, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cdeabb hue: 0.27 , saturation: 0.53 and the lightness value of cdeabb is 0.83.
The process color (four color CMYK) of #cdeabb color hex is 0.12, 0.00, 0.20, 0.08. Web safe color of #cdeabb is #ccffcc. Color #cdeabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101010 | 10111011 |
Octal | 315 | 352 | 273 |
Decimal | 205 | 234 | 187 |
Hex | CD | EA | BB |
Shades of #cdeabb
Tints of #cdeabb
RGB Percentages of Color #cdeabb
CMYK Percentages of Color #cdeabb
Complementary Color
#cdeabb | #d8bbea |
#cdeabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdeabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdeabb Color CSS Codes
.mybgcolor {background-color:#cdeabb; } .myforecolor {color:#cdeabb; } .mybordercolor {border:3px solid #cdeabb; }
#cdeabb Text Font Color
<p style="color:#cdeabb">Text here</p>
This sample text font color is #cdeabb
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.
#cdeabb Background Color
<div style="background-color:#cdeabb">
Div content here</div>
This div background color is #cdeabb
#cdeabb Border Color
<div style="border:3px solid #cdeabb">
Div here</div>
This div border color is #cdeabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,234,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdeabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdeabb; -webkit-box-shadow: 1px 1px 3px 2px #cdeabb; box-shadow: 1px 1px 3px 2px #cdeabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,234,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdeabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdeabb; -webkit-box-shadow: 1px 1px 3px 2px #cdeabb; box-shadow: 1px 1px 3px 2px #cdeabb;">
Div content here</div>
This div box has shadow with color #cdeabb
Comments
No comments written yet.
Please login to write comment.