Color Hex Logo

#cdaf49 Color Hex

#CDAF49
(205,175,73)
0 Favorites   0 Comments

Color spaces of #cdaf49

RGB 20517573
HSL0.130.570.55
HSV46°64°80°
CMYK 0.000.150.64   0.20
XYZ41.709444.120112.6210
Yxy44.12010.42370.4481
Hunter Lab66.4230-4.153535.2304
CIE-Lab72.3087-0.683354.7407

#cdaf49 color RGB value is (205,175,73).

#cdaf49 hex color red value is 205, green value is 175 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cdaf49 hue: 0.13 , saturation: 0.57 and the lightness value of cdaf49 is 0.55.

The process color (four color CMYK) of #cdaf49 color hex is 0.00, 0.15, 0.64, 0.20. Web safe color of #cdaf49 is #cc9933. Color #cdaf49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101111 01001001
Octal 315 257 111
Decimal 205 175 73
Hex CD AF 49

RGB Percentages of Color #cdaf49

%45.25
%38.63
%16.11

CMYK Percentages of Color #cdaf49

%0
%15
%64
%20

Triadic Colors of #cdaf49

#cdaf49 #49cdaf #af49cd

Analogous Colors of #cdaf49

#cdaf49 #a9cd49 #cd6d49

Monochromatic Colors of #cdaf49

#cdaf49

Complementary Color

#cdaf49 #4967cd

#cdaf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaf49 Color CSS Codes

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

#cdaf49 Text Font Color

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

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


#cdaf49 Background Color

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

This div background color is #cdaf49


#cdaf49 Border Color

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

This div border color is #cdaf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaf49


Comments

No comments written yet.

Please login to write comment.