Color Hex Logo

#cdc5ae Color Hex

#CDC5AE
(205,197,174)
0 Favorites   0 Comments

Color spaces of #cdc5ae

RGB 205197174
HSL0.120.240.74
HSV45°15°80°
CMYK 0.000.040.15   0.20
XYZ52.783155.967648.0653
Yxy55.96760.33660.3569
Hunter Lab74.8115-4.979814.2751
CIE-Lab79.5954-1.067612.5358

#cdc5ae color RGB value is (205,197,174).

#cdc5ae hex color red value is 205, green value is 197 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cdc5ae hue: 0.12 , saturation: 0.24 and the lightness value of cdc5ae is 0.74.

The process color (four color CMYK) of #cdc5ae color hex is 0.00, 0.04, 0.15, 0.20. Web safe color of #cdc5ae is #cccc99. Color #cdc5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 10101110
Octal 315 305 256
Decimal 205 197 174
Hex CD C5 AE

RGB Percentages of Color #cdc5ae

%35.59
%34.20
%30.21

CMYK Percentages of Color #cdc5ae

%0
%4
%15
%20

Triadic Colors of #cdc5ae

#cdc5ae #aecdc5 #c5aecd

Analogous Colors of #cdc5ae

#cdc5ae #c6cdae #cdb6ae

Monochromatic Colors of #cdc5ae

#cdc5ae

Complementary Color

#cdc5ae #aeb6cd

#cdc5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc5ae Color CSS Codes

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

#cdc5ae Text Font Color

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

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


#cdc5ae Background Color

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

This div background color is #cdc5ae


#cdc5ae Border Color

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

This div border color is #cdc5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc5ae


Comments

No comments written yet.

Please login to write comment.