Color Hex Logo

#cdad00 Color Hex Gold3

#CDAD00
(205,173,0)
14 Favorites   0 Comments

Color spaces of #cdad00 Gold3

RGB 2051730
HSL0.141.000.40
HSV51°100°80°
CMYK 0.000.161.00   0.20
XYZ40.120442.86636.1594
Yxy42.86630.45010.4809
Hunter Lab65.4724-5.194740.2529
CIE-Lab71.4641-1.930674.0247

#cdad00 color RGB value is (205,173,0). #cdad00 color name is Gold3 color.

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

The process color (four color CMYK) of #cdad00 color hex is 0.00, 0.16, 1.00, 0.20. Web safe color of #cdad00 is #cc9900. Color #cdad00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 00000000
Octal 315 255 0
Decimal 205 173 0
Hex CD AD 0

RGB Percentages of Color #cdad00

%54.23
%45.77
%0.00

CMYK Percentages of Color #cdad00

%0
%16
%100
%20

Triadic Colors of #cdad00

#cdad00 #00cdad #ad00cd

Analogous Colors of #cdad00

#cdad00 #87cd00 #cd4700

Monochromatic Colors of #cdad00

#cdad00

Complementary Color

#cdad00 #0020cd

#cdad00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad00 Color CSS Codes

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

#cdad00 Text Font Color

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

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


#cdad00 Background Color

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

This div background color is #cdad00


#cdad00 Border Color

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

This div border color is #cdad00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad00


Comments

No comments written yet.

Please login to write comment.