Color Hex Logo

#cdaf60 Color Hex

#CDAF60
(205,175,96)
0 Favorites   0 Comments

Color spaces of #cdaf60

RGB 20517596
HSL0.120.520.59
HSV43°53°80°
CMYK 0.000.150.53   0.20
XYZ42.618144.483617.4063
Yxy44.48360.40780.4256
Hunter Lab66.6960-2.658331.2137
CIE-Lab72.55061.013744.1278

#cdaf60 color RGB value is (205,175,96).

#cdaf60 hex color red value is 205, green value is 175 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cdaf60 hue: 0.12 , saturation: 0.52 and the lightness value of cdaf60 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101111 01100000
Octal 315 257 140
Decimal 205 175 96
Hex CD AF 60

RGB Percentages of Color #cdaf60

%43.07
%36.76
%20.17

CMYK Percentages of Color #cdaf60

%0
%15
%53
%20

Triadic Colors of #cdaf60

#cdaf60 #60cdaf #af60cd

Analogous Colors of #cdaf60

#cdaf60 #b5cd60 #cd7960

Monochromatic Colors of #cdaf60

#cdaf60

Complementary Color

#cdaf60 #607ecd

#cdaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaf60 Color CSS Codes

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

#cdaf60 Text Font Color

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

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


#cdaf60 Background Color

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

This div background color is #cdaf60


#cdaf60 Border Color

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

This div border color is #cdaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaf60


Comments

No comments written yet.

Please login to write comment.