Color Hex Logo

#cbdd9a Color Hex

#CBDD9A
(203,221,154)
0 Favorites   0 Comments

Color spaces of #cbdd9a

RGB 203221154
HSL0.210.500.74
HSV76°30°87°
CMYK 0.080.000.30   0.13
XYZ56.317866.742540.4862
Yxy66.74250.34440.4081
Hunter Lab81.6961-19.917827.8049
CIE-Lab85.3737-16.997930.9646

#cbdd9a color RGB value is (203,221,154).

#cbdd9a hex color red value is 203, green value is 221 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cbdd9a hue: 0.21 , saturation: 0.50 and the lightness value of cbdd9a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 10011010
Octal 313 335 232
Decimal 203 221 154
Hex CB DD 9A

RGB Percentages of Color #cbdd9a

%35.12
%38.24
%26.64

CMYK Percentages of Color #cbdd9a

%8
%0
%30
%13

Triadic Colors of #cbdd9a

#cbdd9a #9acbdd #dd9acb

Analogous Colors of #cbdd9a

#cbdd9a #aadd9a #ddce9a

Monochromatic Colors of #cbdd9a

#cbdd9a

Complementary Color

#cbdd9a #ac9add

#cbdd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd9a Color CSS Codes

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

#cbdd9a Text Font Color

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

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


#cbdd9a Background Color

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

This div background color is #cbdd9a


#cbdd9a Border Color

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

This div border color is #cbdd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd9a


Comments

No comments written yet.

Please login to write comment.