Color Hex Logo

#cdad39 Color Hex

#CDAD39
(205,173,57)
0 Favorites   0 Comments

Color spaces of #cdad39

RGB 20517357
HSL0.130.600.51
HSV47°72°80°
CMYK 0.000.160.72   0.20
XYZ40.858943.161710.0484
Yxy43.16170.43440.4588
Hunter Lab65.6976-3.957336.9199
CIE-Lab71.6646-0.507360.7652

#cdad39 color RGB value is (205,173,57).

#cdad39 hex color red value is 205, green value is 173 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cdad39 hue: 0.13 , saturation: 0.60 and the lightness value of cdad39 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 00111001
Octal 315 255 71
Decimal 205 173 57
Hex CD AD 39

RGB Percentages of Color #cdad39

%47.13
%39.77
%13.10

CMYK Percentages of Color #cdad39

%0
%16
%72
%20

Triadic Colors of #cdad39

#cdad39 #39cdad #ad39cd

Analogous Colors of #cdad39

#cdad39 #a3cd39 #cd6339

Monochromatic Colors of #cdad39

#cdad39

Complementary Color

#cdad39 #3959cd

#cdad39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad39 Color CSS Codes

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

#cdad39 Text Font Color

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

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


#cdad39 Background Color

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

This div background color is #cdad39


#cdad39 Border Color

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

This div border color is #cdad39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad39


Comments

No comments written yet.

Please login to write comment.