Color Hex Logo

#cdac72 Color Hex

#CDAC72
(205,172,114)
0 Favorites   0 Comments

Color spaces of #cdac72

RGB 205172114
HSL0.110.480.63
HSV38°44°80°
CMYK 0.000.160.44   0.20
XYZ42.966643.699122.0898
Yxy43.69910.39510.4018
Hunter Lab66.10530.335826.4613
CIE-Lab72.02694.311134.2518

#cdac72 color RGB value is (205,172,114).

#cdac72 hex color red value is 205, green value is 172 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cdac72 hue: 0.11 , saturation: 0.48 and the lightness value of cdac72 is 0.63.

The process color (four color CMYK) of #cdac72 color hex is 0.00, 0.16, 0.44, 0.20. Web safe color of #cdac72 is #cc9966. Color #cdac72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 01110010
Octal 315 254 162
Decimal 205 172 114
Hex CD AC 72

RGB Percentages of Color #cdac72

%41.75
%35.03
%23.22

CMYK Percentages of Color #cdac72

%0
%16
%44
%20

Triadic Colors of #cdac72

#cdac72 #72cdac #ac72cd

Analogous Colors of #cdac72

#cdac72 #c1cd72 #cd7f72

Monochromatic Colors of #cdac72

#cdac72

Complementary Color

#cdac72 #7293cd

#cdac72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac72 Color CSS Codes

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

#cdac72 Text Font Color

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

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


#cdac72 Background Color

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

This div background color is #cdac72


#cdac72 Border Color

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

This div border color is #cdac72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac72


Comments

No comments written yet.

Please login to write comment.