Color Hex Logo

#cdae20 Color Hex

#CDAE20
(205,174,32)
0 Favorites   0 Comments

Color spaces of #cdae20

RGB 20517432
HSL0.140.730.46
HSV49°84°80°
CMYK 0.000.150.84   0.20
XYZ40.573643.35557.5965
Yxy43.35550.44330.4737
Hunter Lab65.8449-5.236939.2512
CIE-Lab71.7956-1.952369.0373

#cdae20 color RGB value is (205,174,32).

#cdae20 hex color red value is 205, green value is 174 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cdae20 hue: 0.14 , saturation: 0.73 and the lightness value of cdae20 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00100000
Octal 315 256 40
Decimal 205 174 32
Hex CD AE 20

RGB Percentages of Color #cdae20

%49.88
%42.34
%7.79

CMYK Percentages of Color #cdae20

%0
%15
%84
%20

Triadic Colors of #cdae20

#cdae20 #20cdae #ae20cd

Analogous Colors of #cdae20

#cdae20 #96cd20 #cd5820

Monochromatic Colors of #cdae20

#cdae20

Complementary Color

#cdae20 #203fcd

#cdae20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae20 Color CSS Codes

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

#cdae20 Text Font Color

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

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


#cdae20 Background Color

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

This div background color is #cdae20


#cdae20 Border Color

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

This div border color is #cdae20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae20


Comments

No comments written yet.

Please login to write comment.