Color Hex Logo

#cdd2ae Color Hex

#CDD2AE
(205,210,174)
0 Favorites   0 Comments

Color spaces of #cdd2ae

RGB 205210174
HSL0.190.290.75
HSV68°17°82°
CMYK 0.020.000.17   0.18
XYZ55.863462.128349.0920
Yxy62.12830.33430.3718
Hunter Lab78.8215-11.428818.2478
CIE-Lab82.9816-7.819517.2974

#cdd2ae color RGB value is (205,210,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 10101110
Octal 315 322 256
Decimal 205 210 174
Hex CD D2 AE

RGB Percentages of Color #cdd2ae

%34.80
%35.65
%29.54

CMYK Percentages of Color #cdd2ae

%2
%0
%17
%18

Triadic Colors of #cdd2ae

#cdd2ae #aecdd2 #d2aecd

Analogous Colors of #cdd2ae

#cdd2ae #bbd2ae #d2c5ae

Monochromatic Colors of #cdd2ae

#cdd2ae

Complementary Color

#cdd2ae #b3aed2

#cdd2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd2ae Color CSS Codes

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

#cdd2ae Text Font Color

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

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


#cdd2ae Background Color

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

This div background color is #cdd2ae


#cdd2ae Border Color

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

This div border color is #cdd2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd2ae


Comments

No comments written yet.

Please login to write comment.