Color Hex Logo

#c2880f Color Hex

#C2880F
(194,136,15)
0 Favorites   0 Comments

Color spaces of #c2880f

RGB 19413615
HSL0.110.860.41
HSV41°92°76°
CMYK 0.000.300.92   0.24
XYZ31.138529.11214.4300
Yxy29.11210.48140.4501
Hunter Lab53.95568.592332.9010
CIE-Lab60.880413.304463.7647

#c2880f color RGB value is (194,136,15).

#c2880f hex color red value is 194, green value is 136 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c2880f hue: 0.11 , saturation: 0.86 and the lightness value of c2880f is 0.41.

The process color (four color CMYK) of #c2880f color hex is 0.00, 0.30, 0.92, 0.24. Web safe color of #c2880f is #cc9900. Color #c2880f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 00001111
Octal 302 210 17
Decimal 194 136 15
Hex C2 88 F

RGB Percentages of Color #c2880f

%56.23
%39.42
%4.35

CMYK Percentages of Color #c2880f

%0
%30
%92
%24

Triadic Colors of #c2880f

#c2880f #0fc288 #880fc2

Analogous Colors of #c2880f

#c2880f #a3c20f #c22f0f

Monochromatic Colors of #c2880f

#c2880f

Complementary Color

#c2880f #0f49c2

#c2880f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2880f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2880f Color CSS Codes

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

#c2880f Text Font Color

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

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


#c2880f Background Color

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

This div background color is #c2880f


#c2880f Border Color

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

This div border color is #c2880f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,136,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2880f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2880f;
  -webkit-box-shadow: 1px 1px 3px 2px #c2880f;
  box-shadow:         1px 1px 3px 2px #c2880f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2880f


Comments

No comments written yet.

Please login to write comment.