Color Hex Logo

#cdad36 Color Hex

#CDAD36
(205,173,54)
0 Favorites   0 Comments

Color spaces of #cdad36

RGB 20517354
HSL0.130.600.51
HSV47°74°80°
CMYK 0.000.160.74   0.20
XYZ40.786343.13269.6658
Yxy43.13260.43580.4609
Hunter Lab65.6754-4.078437.2468
CIE-Lab71.6449-0.646061.8932

#cdad36 color RGB value is (205,173,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 00110110
Octal 315 255 66
Decimal 205 173 54
Hex CD AD 36

RGB Percentages of Color #cdad36

%47.45
%40.05
%12.50

CMYK Percentages of Color #cdad36

%0
%16
%74
%20

Triadic Colors of #cdad36

#cdad36 #36cdad #ad36cd

Analogous Colors of #cdad36

#cdad36 #a2cd36 #cd6236

Monochromatic Colors of #cdad36

#cdad36

Complementary Color

#cdad36 #3656cd

#cdad36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad36 Color CSS Codes

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

#cdad36 Text Font Color

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

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


#cdad36 Background Color

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

This div background color is #cdad36


#cdad36 Border Color

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

This div border color is #cdad36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad36


Comments

No comments written yet.

Please login to write comment.