Color Hex Logo

#cdd096 Color Hex

#CDD096
(205,208,150)
0 Favorites   0 Comments

Color spaces of #cdd096

RGB 205208150
HSL0.180.380.70
HSV63°28°82°
CMYK 0.010.000.28   0.18
XYZ53.237760.292937.6859
Yxy60.29290.35210.3987
Hunter Lab77.6485-13.500925.5782
CIE-Lab81.9971-10.243528.5382

#cdd096 color RGB value is (205,208,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 10010110
Octal 315 320 226
Decimal 205 208 150
Hex CD D0 96

RGB Percentages of Color #cdd096

%36.41
%36.94
%26.64

CMYK Percentages of Color #cdd096

%1
%0
%28
%18

Triadic Colors of #cdd096

#cdd096 #96cdd0 #d096cd

Analogous Colors of #cdd096

#cdd096 #b0d096 #d0b696

Monochromatic Colors of #cdd096

#cdd096

Complementary Color

#cdd096 #9996d0

#cdd096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd096 Color CSS Codes

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

#cdd096 Text Font Color

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

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


#cdd096 Background Color

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

This div background color is #cdd096


#cdd096 Border Color

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

This div border color is #cdd096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd096


Comments

No comments written yet.

Please login to write comment.