Color Hex Logo

#c68401 Color Hex

#C68401
(198,132,1)
0 Favorites   0 Comments

Color spaces of #c68401

RGB 1981321
HSL0.110.990.39
HSV40°99°78°
CMYK 0.000.330.99   0.22
XYZ31.545428.51053.8692
Yxy28.51050.49350.4460
Hunter Lab53.395212.014533.0803
CIE-Lab60.347217.097865.8798

#c68401 color RGB value is (198,132,1).

#c68401 hex color red value is 198, green value is 132 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c68401 hue: 0.11 , saturation: 0.99 and the lightness value of c68401 is 0.39.

The process color (four color CMYK) of #c68401 color hex is 0.00, 0.33, 0.99, 0.22. Web safe color of #c68401 is #cc9900. Color #c68401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 00000001
Octal 306 204 1
Decimal 198 132 1
Hex C6 84 1

RGB Percentages of Color #c68401

%59.82
%39.88
%0.30

CMYK Percentages of Color #c68401

%0
%33
%99
%22

Triadic Colors of #c68401

#c68401 #01c684 #8401c6

Analogous Colors of #c68401

#c68401 #a6c601 #c62201

Monochromatic Colors of #c68401

#c68401

Complementary Color

#c68401 #0143c6

#c68401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68401 Color CSS Codes

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

#c68401 Text Font Color

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

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


#c68401 Background Color

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

This div background color is #c68401


#c68401 Border Color

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

This div border color is #c68401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68401


Comments

No comments written yet.

Please login to write comment.