Color Hex Logo

#cdac4c Color Hex

#CDAC4C
(205,172,76)
0 Favorites   0 Comments

Color spaces of #cdac4c

RGB 20517276
HSL0.120.560.55
HSV45°63°80°
CMYK 0.000.160.63   0.20
XYZ41.233943.006012.9652
Yxy43.00600.42420.4424
Hunter Lab65.5790-2.528234.1834
CIE-Lab71.55901.098652.5696

#cdac4c color RGB value is (205,172,76).

#cdac4c hex color red value is 205, green value is 172 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cdac4c hue: 0.12 , saturation: 0.56 and the lightness value of cdac4c is 0.55.

The process color (four color CMYK) of #cdac4c color hex is 0.00, 0.16, 0.63, 0.20. Web safe color of #cdac4c is #cc9933. Color #cdac4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 01001100
Octal 315 254 114
Decimal 205 172 76
Hex CD AC 4C

RGB Percentages of Color #cdac4c

%45.25
%37.97
%16.78

CMYK Percentages of Color #cdac4c

%0
%16
%63
%20

Triadic Colors of #cdac4c

#cdac4c #4ccdac #ac4ccd

Analogous Colors of #cdac4c

#cdac4c #aecd4c #cd6c4c

Monochromatic Colors of #cdac4c

#cdac4c

Complementary Color

#cdac4c #4c6dcd

#cdac4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac4c Color CSS Codes

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

#cdac4c Text Font Color

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

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


#cdac4c Background Color

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

This div background color is #cdac4c


#cdac4c Border Color

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

This div border color is #cdac4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac4c


Comments

No comments written yet.

Please login to write comment.