Color Hex Logo

#cdaa24 Color Hex

#CDAA24
(205,170,36)
0 Favorites   0 Comments

Color spaces of #cdaa24

RGB 20517036
HSL0.130.700.47
HSV48°82°80°
CMYK 0.000.170.82   0.20
XYZ39.870041.85607.6467
Yxy41.85600.44610.4683
Hunter Lab64.6962-3.215138.2796
CIE-Lab70.77150.272867.0907

#cdaa24 color RGB value is (205,170,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 00100100
Octal 315 252 44
Decimal 205 170 36
Hex CD AA 24

RGB Percentages of Color #cdaa24

%49.88
%41.36
%8.76

CMYK Percentages of Color #cdaa24

%0
%17
%82
%20

Triadic Colors of #cdaa24

#cdaa24 #24cdaa #aa24cd

Analogous Colors of #cdaa24

#cdaa24 #9ccd24 #cd5524

Monochromatic Colors of #cdaa24

#cdaa24

Complementary Color

#cdaa24 #2447cd

#cdaa24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaa24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaa24 Color CSS Codes

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

#cdaa24 Text Font Color

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

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


#cdaa24 Background Color

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

This div background color is #cdaa24


#cdaa24 Border Color

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

This div border color is #cdaa24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaa24


Comments

No comments written yet.

Please login to write comment.