Color Hex Logo

#cdad20 Color Hex

#CDAD20
(205,173,32)
0 Favorites   0 Comments

Color spaces of #cdad20

RGB 20517332
HSL0.140.730.46
HSV49°84°80°
CMYK 0.000.160.84   0.20
XYZ40.381142.97067.5323
Yxy42.97060.44430.4728
Hunter Lab65.5520-4.757039.0736
CIE-Lab71.5350-1.425568.8207

#cdad20 color RGB value is (205,173,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 00100000
Octal 315 255 40
Decimal 205 173 32
Hex CD AD 20

RGB Percentages of Color #cdad20

%50.00
%42.20
%7.80

CMYK Percentages of Color #cdad20

%0
%16
%84
%20

Triadic Colors of #cdad20

#cdad20 #20cdad #ad20cd

Analogous Colors of #cdad20

#cdad20 #97cd20 #cd5720

Monochromatic Colors of #cdad20

#cdad20

Complementary Color

#cdad20 #2040cd

#cdad20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad20 Color CSS Codes

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

#cdad20 Text Font Color

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

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


#cdad20 Background Color

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

This div background color is #cdad20


#cdad20 Border Color

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

This div border color is #cdad20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,173,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 #cdad20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad20


Comments

No comments written yet.

Please login to write comment.