Color Hex Logo

#c09104 Color Hex

#C09104
(192,145,4)
0 Favorites   0 Comments

Color spaces of #c09104

RGB 1921454
HSL0.130.960.38
HSV45°98°75°
CMYK 0.000.240.98   0.25
XYZ31.885531.46604.5079
Yxy31.46600.46990.4637
Hunter Lab56.09463.298234.5015
CIE-Lab62.89917.337966.8442

#c09104 color RGB value is (192,145,4).

#c09104 hex color red value is 192, green value is 145 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c09104 hue: 0.13 , saturation: 0.96 and the lightness value of c09104 is 0.38.

The process color (four color CMYK) of #c09104 color hex is 0.00, 0.24, 0.98, 0.25. Web safe color of #c09104 is #cc9900. Color #c09104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010001 00000100
Octal 300 221 4
Decimal 192 145 4
Hex C0 91 4

RGB Percentages of Color #c09104

%56.30
%42.52
%1.17

CMYK Percentages of Color #c09104

%0
%24
%98
%25

Triadic Colors of #c09104

#c09104 #04c091 #9104c0

Analogous Colors of #c09104

#c09104 #91c004 #c03304

Monochromatic Colors of #c09104

#c09104

Complementary Color

#c09104 #0433c0

#c09104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09104 Color CSS Codes

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

#c09104 Text Font Color

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

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


#c09104 Background Color

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

This div background color is #c09104


#c09104 Border Color

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

This div border color is #c09104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09104


Comments

No comments written yet.

Please login to write comment.