Color Hex Logo

#cdd2ab Color Hex

#CDD2AB
(205,210,171)
0 Favorites   0 Comments

Color spaces of #cdd2ab

RGB 205210171
HSL0.190.300.75
HSV68°19°82°
CMYK 0.020.000.19   0.18
XYZ55.574162.012647.5686
Yxy62.01260.33650.3755
Hunter Lab78.7481-11.838119.3089
CIE-Lab82.9201-8.278718.7945

#cdd2ab color RGB value is (205,210,171).

#cdd2ab hex color red value is 205, green value is 210 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cdd2ab hue: 0.19 , saturation: 0.30 and the lightness value of cdd2ab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 10101011
Octal 315 322 253
Decimal 205 210 171
Hex CD D2 AB

RGB Percentages of Color #cdd2ab

%34.98
%35.84
%29.18

CMYK Percentages of Color #cdd2ab

%2
%0
%19
%18

Triadic Colors of #cdd2ab

#cdd2ab #abcdd2 #d2abcd

Analogous Colors of #cdd2ab

#cdd2ab #bad2ab #d2c4ab

Monochromatic Colors of #cdd2ab

#cdd2ab

Complementary Color

#cdd2ab #b0abd2

#cdd2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd2ab Color CSS Codes

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

#cdd2ab Text Font Color

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

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


#cdd2ab Background Color

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

This div background color is #cdd2ab


#cdd2ab Border Color

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

This div border color is #cdd2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd2ab


Comments

No comments written yet.

Please login to write comment.