Color Hex Logo

#c27e16 Color Hex

#C27E16
(194,126,22)
0 Favorites   0 Comments

Color spaces of #c27e16

RGB 19412622
HSL0.100.800.42
HSV36°89°76°
CMYK 0.000.350.89   0.24
XYZ29.853826.44904.2908
Yxy26.44900.49270.4365
Hunter Lab51.428613.617531.0533
CIE-Lab58.460818.926860.3211

#c27e16 color RGB value is (194,126,22).

#c27e16 hex color red value is 194, green value is 126 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c27e16 hue: 0.10 , saturation: 0.80 and the lightness value of c27e16 is 0.42.

The process color (four color CMYK) of #c27e16 color hex is 0.00, 0.35, 0.89, 0.24. Web safe color of #c27e16 is #cc6600. Color #c27e16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 00010110
Octal 302 176 26
Decimal 194 126 22
Hex C2 7E 16

RGB Percentages of Color #c27e16

%56.73
%36.84
%6.43

CMYK Percentages of Color #c27e16

%0
%35
%89
%24

Triadic Colors of #c27e16

#c27e16 #16c27e #7e16c2

Analogous Colors of #c27e16

#c27e16 #b0c216 #c22816

Monochromatic Colors of #c27e16

#c27e16

Complementary Color

#c27e16 #165ac2

#c27e16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27e16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27e16 Color CSS Codes

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

#c27e16 Text Font Color

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

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


#c27e16 Background Color

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

This div background color is #c27e16


#c27e16 Border Color

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

This div border color is #c27e16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27e16


Comments

No comments written yet.

Please login to write comment.