Color Hex Logo

#cbddaa Color Hex

#CBDDAA
(203,221,170)
0 Favorites   0 Comments

Color spaces of #cbddaa

RGB 203221170
HSL0.230.430.77
HSV81°23°87°
CMYK 0.080.000.23   0.13
XYZ57.740867.311747.9794
Yxy67.31170.33370.3890
Hunter Lab82.0437-17.951622.7576
CIE-Lab85.6611-14.728823.0847

#cbddaa color RGB value is (203,221,170).

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

The process color (four color CMYK) of #cbddaa color hex is 0.08, 0.00, 0.23, 0.13. Web safe color of #cbddaa is #cccc99. Color #cbddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 10101010
Octal 313 335 252
Decimal 203 221 170
Hex CB DD AA

RGB Percentages of Color #cbddaa

%34.18
%37.21
%28.62

CMYK Percentages of Color #cbddaa

%8
%0
%23
%13

Triadic Colors of #cbddaa

#cbddaa #aacbdd #ddaacb

Analogous Colors of #cbddaa

#cbddaa #b2ddaa #ddd6aa

Monochromatic Colors of #cbddaa

#cbddaa

Complementary Color

#cbddaa #bcaadd

#cbddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbddaa Color CSS Codes

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

#cbddaa Text Font Color

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

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


#cbddaa Background Color

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

This div background color is #cbddaa


#cbddaa Border Color

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

This div border color is #cbddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbddaa


Comments

No comments written yet.

Please login to write comment.