Color Hex Logo

#cdd09b Color Hex

#CDD09B
(205,208,155)
0 Favorites   0 Comments

Color spaces of #cdd09b

RGB 205208155
HSL0.180.360.71
HSV63°25°82°
CMYK 0.010.000.25   0.18
XYZ53.649160.457439.8522
Yxy60.45740.34850.3927
Hunter Lab77.7544-12.908424.0396
CIE-Lab82.0862-9.568426.0511

#cdd09b color RGB value is (205,208,155).

#cdd09b hex color red value is 205, green value is 208 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cdd09b hue: 0.18 , saturation: 0.36 and the lightness value of cdd09b is 0.71.

The process color (four color CMYK) of #cdd09b color hex is 0.01, 0.00, 0.25, 0.18. Web safe color of #cdd09b is #cccc99. Color #cdd09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 10011011
Octal 315 320 233
Decimal 205 208 155
Hex CD D0 9B

RGB Percentages of Color #cdd09b

%36.09
%36.62
%27.29

CMYK Percentages of Color #cdd09b

%1
%0
%25
%18

Triadic Colors of #cdd09b

#cdd09b #9bcdd0 #d09bcd

Analogous Colors of #cdd09b

#cdd09b #b3d09b #d0b99b

Monochromatic Colors of #cdd09b

#cdd09b

Complementary Color

#cdd09b #9e9bd0

#cdd09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd09b Color CSS Codes

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

#cdd09b Text Font Color

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

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


#cdd09b Background Color

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

This div background color is #cdd09b


#cdd09b Border Color

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

This div border color is #cdd09b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,208,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdd09b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdd09b;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd09b;
  box-shadow:         1px 1px 3px 2px #cdd09b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,208,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd09b


Comments

No comments written yet.

Please login to write comment.