Color Hex Logo

#cdad72 Color Hex

#CDAD72
(205,173,114)
0 Favorites   0 Comments

Color spaces of #cdad72

RGB 205173114
HSL0.110.480.63
HSV39°44°80°
CMYK 0.000.160.44   0.20
XYZ43.157744.081222.1535
Yxy44.08120.39450.4030
Hunter Lab66.3937-0.159126.6923
CIE-Lab72.28273.776534.5800

#cdad72 color RGB value is (205,173,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 01110010
Octal 315 255 162
Decimal 205 173 114
Hex CD AD 72

RGB Percentages of Color #cdad72

%41.67
%35.16
%23.17

CMYK Percentages of Color #cdad72

%0
%16
%44
%20

Triadic Colors of #cdad72

#cdad72 #72cdad #ad72cd

Analogous Colors of #cdad72

#cdad72 #c0cd72 #cd8072

Monochromatic Colors of #cdad72

#cdad72

Complementary Color

#cdad72 #7292cd

#cdad72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad72 Color CSS Codes

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

#cdad72 Text Font Color

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

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


#cdad72 Background Color

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

This div background color is #cdad72


#cdad72 Border Color

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

This div border color is #cdad72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad72


Comments

No comments written yet.

Please login to write comment.