Color Hex Logo

#c68918 Color Hex

#C68918
(198,137,24)
0 Favorites   0 Comments

Color spaces of #c68918

RGB 19813724
HSL0.110.780.44
HSV39°88°78°
CMYK 0.000.310.88   0.22
XYZ32.399229.96304.9400
Yxy29.96300.48140.4452
Hunter Lab54.73859.860232.9662
CIE-Lab61.622314.697162.4993

#c68918 color RGB value is (198,137,24).

#c68918 hex color red value is 198, green value is 137 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c68918 hue: 0.11 , saturation: 0.78 and the lightness value of c68918 is 0.44.

The process color (four color CMYK) of #c68918 color hex is 0.00, 0.31, 0.88, 0.22. Web safe color of #c68918 is #cc9900. Color #c68918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 00011000
Octal 306 211 30
Decimal 198 137 24
Hex C6 89 18

RGB Percentages of Color #c68918

%55.15
%38.16
%6.69

CMYK Percentages of Color #c68918

%0
%31
%88
%22

Triadic Colors of #c68918

#c68918 #18c689 #8918c6

Analogous Colors of #c68918

#c68918 #acc618 #c63218

Monochromatic Colors of #c68918

#c68918

Complementary Color

#c68918 #1855c6

#c68918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68918 Color CSS Codes

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

#c68918 Text Font Color

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

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


#c68918 Background Color

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

This div background color is #c68918


#c68918 Border Color

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

This div border color is #c68918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68918


Comments

No comments written yet.

Please login to write comment.