Color Hex Logo

#c09a06 Color Hex

#C09A06
(192,154,6)
0 Favorites   0 Comments

Color spaces of #c09a06

RGB 1921546
HSL0.130.940.39
HSV48°97°75°
CMYK 0.000.200.97   0.25
XYZ33.326734.33085.0423
Yxy34.33080.45840.4722
Hunter Lab58.5925-1.008235.9124
CIE-Lab65.22432.472868.2207

#c09a06 color RGB value is (192,154,6).

#c09a06 hex color red value is 192, green value is 154 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c09a06 hue: 0.13 , saturation: 0.94 and the lightness value of c09a06 is 0.39.

The process color (four color CMYK) of #c09a06 color hex is 0.00, 0.20, 0.97, 0.25. Web safe color of #c09a06 is #cc9900. Color #c09a06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 00000110
Octal 300 232 6
Decimal 192 154 6
Hex C0 9A 6

RGB Percentages of Color #c09a06

%54.55
%43.75
%1.70

CMYK Percentages of Color #c09a06

%0
%20
%97
%25

Triadic Colors of #c09a06

#c09a06 #06c09a #9a06c0

Analogous Colors of #c09a06

#c09a06 #89c006 #c03d06

Monochromatic Colors of #c09a06

#c09a06

Complementary Color

#c09a06 #062cc0

#c09a06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09a06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09a06 Color CSS Codes

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

#c09a06 Text Font Color

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

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


#c09a06 Background Color

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

This div background color is #c09a06


#c09a06 Border Color

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

This div border color is #c09a06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,154,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c09a06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c09a06;
  -webkit-box-shadow: 1px 1px 3px 2px #c09a06;
  box-shadow:         1px 1px 3px 2px #c09a06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,154,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09a06


Comments

No comments written yet.

Please login to write comment.