Color Hex Logo

#c09405 Color Hex

#C09405
(192,148,5)
0 Favorites   0 Comments

Color spaces of #c09405

RGB 1921485
HSL0.130.950.39
HSV46°97°75°
CMYK 0.000.230.97   0.25
XYZ32.355532.39724.6916
Yxy32.39720.46590.4665
Hunter Lab56.91851.861434.9559
CIE-Lab63.66985.714467.2458

#c09405 color RGB value is (192,148,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 00000101
Octal 300 224 5
Decimal 192 148 5
Hex C0 94 5

RGB Percentages of Color #c09405

%55.65
%42.90
%1.45

CMYK Percentages of Color #c09405

%0
%23
%97
%25

Triadic Colors of #c09405

#c09405 #05c094 #9405c0

Analogous Colors of #c09405

#c09405 #8fc005 #c03705

Monochromatic Colors of #c09405

#c09405

Complementary Color

#c09405 #0531c0

#c09405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09405 Color CSS Codes

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

#c09405 Text Font Color

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

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


#c09405 Background Color

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

This div background color is #c09405


#c09405 Border Color

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

This div border color is #c09405


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,148,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 #c09405">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09405


Comments

No comments written yet.

Please login to write comment.