Color Hex Logo

#cdd196 Color Hex

#CDD196
(205,209,150)
0 Favorites   0 Comments

Color spaces of #cdd196

RGB 205209150
HSL0.180.390.70
HSV64°28°82°
CMYK 0.020.000.28   0.18
XYZ53.482360.782137.7675
Yxy60.78210.35180.3998
Hunter Lab77.9629-13.984625.8522
CIE-Lab82.2615-10.752628.8927

#cdd196 color RGB value is (205,209,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 10010110
Octal 315 321 226
Decimal 205 209 150
Hex CD D1 96

RGB Percentages of Color #cdd196

%36.35
%37.06
%26.60

CMYK Percentages of Color #cdd196

%2
%0
%28
%18

Triadic Colors of #cdd196

#cdd196 #96cdd1 #d196cd

Analogous Colors of #cdd196

#cdd196 #b0d196 #d1b896

Monochromatic Colors of #cdd196

#cdd196

Complementary Color

#cdd196 #9a96d1

#cdd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd196 Color CSS Codes

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

#cdd196 Text Font Color

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

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


#cdd196 Background Color

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

This div background color is #cdd196


#cdd196 Border Color

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

This div border color is #cdd196


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,209,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 #cdd196">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd196


Comments

No comments written yet.

Please login to write comment.