Color Hex Logo

#cda572 Color Hex

#CDA572
(205,165,114)
0 Favorites   0 Comments

Color spaces of #cda572

RGB 205165114
HSL0.090.480.63
HSV34°44°80°
CMYK 0.000.200.44   0.20
XYZ41.669241.104321.6573
Yxy41.10430.39900.3936
Hunter Lab64.11263.816724.8506
CIE-Lab70.24898.072931.9583

#cda572 color RGB value is (205,165,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 01110010
Octal 315 245 162
Decimal 205 165 114
Hex CD A5 72

RGB Percentages of Color #cda572

%42.36
%34.09
%23.55

CMYK Percentages of Color #cda572

%0
%20
%44
%20

Triadic Colors of #cda572

#cda572 #72cda5 #a572cd

Analogous Colors of #cda572

#cda572 #c8cd72 #cd7872

Monochromatic Colors of #cda572

#cda572

Complementary Color

#cda572 #729acd

#cda572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda572 Color CSS Codes

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

#cda572 Text Font Color

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

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


#cda572 Background Color

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

This div background color is #cda572


#cda572 Border Color

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

This div border color is #cda572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda572


Comments

No comments written yet.

Please login to write comment.