Color Hex Logo

#cdaa31 Color Hex

#CDAA31
(205,170,49)
0 Favorites   0 Comments

Color spaces of #cdaa31

RGB 20517049
HSL0.130.610.50
HSV47°76°80°
CMYK 0.000.170.76   0.20
XYZ40.105941.95038.8891
Yxy41.95030.44100.4613
Hunter Lab64.7691-2.816137.2012
CIE-Lab70.83660.728962.9564

#cdaa31 color RGB value is (205,170,49).

#cdaa31 hex color red value is 205, green value is 170 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cdaa31 hue: 0.13 , saturation: 0.61 and the lightness value of cdaa31 is 0.50.

The process color (four color CMYK) of #cdaa31 color hex is 0.00, 0.17, 0.76, 0.20. Web safe color of #cdaa31 is #cc9933. Color #cdaa31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 00110001
Octal 315 252 61
Decimal 205 170 49
Hex CD AA 31

RGB Percentages of Color #cdaa31

%48.35
%40.09
%11.56

CMYK Percentages of Color #cdaa31

%0
%17
%76
%20

Triadic Colors of #cdaa31

#cdaa31 #31cdaa #aa31cd

Analogous Colors of #cdaa31

#cdaa31 #a2cd31 #cd5c31

Monochromatic Colors of #cdaa31

#cdaa31

Complementary Color

#cdaa31 #3154cd

#cdaa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa31 Color CSS Codes

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

#cdaa31 Text Font Color

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

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


#cdaa31 Background Color

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

This div background color is #cdaa31


#cdaa31 Border Color

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

This div border color is #cdaa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa31


Comments

No comments written yet.

Please login to write comment.