Color Hex Logo

#c9ad05 Color Hex

#C9AD05
(201,173,5)
0 Favorites   0 Comments

Color spaces of #c9ad05

RGB 2011735
HSL0.140.950.40
HSV51°98°79°
CMYK 0.000.140.98   0.21
XYZ39.058442.31566.2527
Yxy42.31560.44570.4829
Hunter Lab65.0504-6.661139.8363
CIE-Lab71.0880-3.648372.9904

#c9ad05 color RGB value is (201,173,5).

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

The process color (four color CMYK) of #c9ad05 color hex is 0.00, 0.14, 0.98, 0.21. Web safe color of #c9ad05 is #cc9900. Color #c9ad05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101101 00000101
Octal 311 255 5
Decimal 201 173 5
Hex C9 AD 5

RGB Percentages of Color #c9ad05

%53.03
%45.65
%1.32

CMYK Percentages of Color #c9ad05

%0
%14
%98
%21

Triadic Colors of #c9ad05

#c9ad05 #05c9ad #ad05c9

Analogous Colors of #c9ad05

#c9ad05 #83c905 #c94b05

Monochromatic Colors of #c9ad05

#c9ad05

Complementary Color

#c9ad05 #0521c9

#c9ad05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ad05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ad05 Color CSS Codes

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

#c9ad05 Text Font Color

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

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


#c9ad05 Background Color

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

This div background color is #c9ad05


#c9ad05 Border Color

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

This div border color is #c9ad05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ad05

#c9ad05 Color Palettes


Comments

No comments written yet.

Please login to write comment.