Color Hex Logo

#c68001 Color Hex

#C68001
(198,128,1)
0 Favorites   0 Comments

Color spaces of #c68001

RGB 1981281
HSL0.110.990.39
HSV39°99°78°
CMYK 0.000.350.99   0.22
XYZ31.013427.44633.6918
Yxy27.44630.49900.4416
Hunter Lab52.389213.987432.4944
CIE-Lab59.385219.287365.2419

#c68001 color RGB value is (198,128,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 00000001
Octal 306 200 1
Decimal 198 128 1
Hex C6 80 1

RGB Percentages of Color #c68001

%60.55
%39.14
%0.31

CMYK Percentages of Color #c68001

%0
%35
%99
%22

Triadic Colors of #c68001

#c68001 #01c680 #8001c6

Analogous Colors of #c68001

#c68001 #aac601 #c61e01

Monochromatic Colors of #c68001

#c68001

Complementary Color

#c68001 #0147c6

#c68001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68001 Color CSS Codes

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

#c68001 Text Font Color

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

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


#c68001 Background Color

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

This div background color is #c68001


#c68001 Border Color

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

This div border color is #c68001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68001


Comments

No comments written yet.

Please login to write comment.