Color Hex Logo

#c27814 Color Hex

#C27814
(194,120,20)
0 Favorites   0 Comments

Color spaces of #c27814

RGB 19412020
HSL0.100.810.42
HSV34°90°76°
CMYK 0.000.380.90   0.24
XYZ29.090924.95283.9449
Yxy24.95280.50170.4303
Hunter Lab49.952816.535330.2847
CIE-Lab57.029422.176559.7335

#c27814 color RGB value is (194,120,20).

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

The process color (four color CMYK) of #c27814 color hex is 0.00, 0.38, 0.90, 0.24. Web safe color of #c27814 is #cc6600. Color #c27814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 00010100
Octal 302 170 24
Decimal 194 120 20
Hex C2 78 14

RGB Percentages of Color #c27814

%58.08
%35.93
%5.99

CMYK Percentages of Color #c27814

%0
%38
%90
%24

Triadic Colors of #c27814

#c27814 #14c278 #7814c2

Analogous Colors of #c27814

#c27814 #b5c214 #c22114

Monochromatic Colors of #c27814

#c27814

Complementary Color

#c27814 #145ec2

#c27814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27814 Color CSS Codes

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

#c27814 Text Font Color

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

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


#c27814 Background Color

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

This div background color is #c27814


#c27814 Border Color

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

This div border color is #c27814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27814


Comments

No comments written yet.

Please login to write comment.