Color Hex Logo

#cbdea9 Color Hex

#CBDEA9
(203,222,169)
0 Favorites   0 Comments

Color spaces of #cbdea9

RGB 203222169
HSL0.230.450.77
HSV82°24°87°
CMYK 0.090.000.24   0.13
XYZ57.911367.803647.5713
Yxy67.80360.33420.3913
Hunter Lab82.3429-18.562223.3869
CIE-Lab85.9081-15.377323.9434

#cbdea9 color RGB value is (203,222,169).

#cbdea9 hex color red value is 203, green value is 222 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #cbdea9 hue: 0.23 , saturation: 0.45 and the lightness value of cbdea9 is 0.77.

The process color (four color CMYK) of #cbdea9 color hex is 0.09, 0.00, 0.24, 0.13. Web safe color of #cbdea9 is #cccc99. Color #cbdea9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011110 10101001
Octal 313 336 251
Decimal 203 222 169
Hex CB DE A9

RGB Percentages of Color #cbdea9

%34.18
%37.37
%28.45

CMYK Percentages of Color #cbdea9

%9
%0
%24
%13

Triadic Colors of #cbdea9

#cbdea9 #a9cbde #dea9cb

Analogous Colors of #cbdea9

#cbdea9 #b1dea9 #ded7a9

Monochromatic Colors of #cbdea9

#cbdea9

Complementary Color

#cbdea9 #bca9de

#cbdea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdea9 Color CSS Codes

.mybgcolor {background-color:#cbdea9; } 
.myforecolor {color:#cbdea9; }
.mybordercolor {border:3px solid #cbdea9; }

#cbdea9 Text Font Color

<p style="color:#cbdea9">Text here</p>

This sample text font color is #cbdea9
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.


#cbdea9 Background Color

<div style="background-color:#cbdea9">
Div content here</div>

This div background color is #cbdea9


#cbdea9 Border Color

<div style="border:3px solid #cbdea9">
Div here</div>

This div border color is #cbdea9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,222,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbdea9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbdea9;
  -webkit-box-shadow: 1px 1px 3px 2px #cbdea9;
  box-shadow:         1px 1px 3px 2px #cbdea9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,222,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbdea9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdea9;
  -webkit-box-shadow: 1px 1px 3px 2px #cbdea9;
  box-shadow:         1px 1px 3px 2px #cbdea9;">
Div content here</div>

This div box has shadow with color #cbdea9


Comments

No comments written yet.

Please login to write comment.