Color Hex Logo

#c8981d Color Hex

#C8981D
(200,152,29)
0 Favorites   0 Comments

Color spaces of #c8981d

RGB 20015229
HSL0.120.750.45
HSV43°86°78°
CMYK 0.000.240.86   0.22
XYZ35.269434.82456.0253
Yxy34.82450.46330.4575
Hunter Lab59.01233.411235.2549
CIE-Lab65.61187.524564.4957

#c8981d color RGB value is (200,152,29).

#c8981d hex color red value is 200, green value is 152 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c8981d hue: 0.12 , saturation: 0.75 and the lightness value of c8981d is 0.45.

The process color (four color CMYK) of #c8981d color hex is 0.00, 0.24, 0.86, 0.22. Web safe color of #c8981d is #cc9933. Color #c8981d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011000 00011101
Octal 310 230 35
Decimal 200 152 29
Hex C8 98 1D

RGB Percentages of Color #c8981d

%52.49
%39.90
%7.61

CMYK Percentages of Color #c8981d

%0
%24
%86
%22

Triadic Colors of #c8981d

#c8981d #1dc898 #981dc8

Analogous Colors of #c8981d

#c8981d #a3c81d #c8431d

Monochromatic Colors of #c8981d

#c8981d

Complementary Color

#c8981d #1d4dc8

#c8981d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8981d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8981d Color CSS Codes

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

#c8981d Text Font Color

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

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


#c8981d Background Color

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

This div background color is #c8981d


#c8981d Border Color

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

This div border color is #c8981d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,152,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8981d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8981d;
  -webkit-box-shadow: 1px 1px 3px 2px #c8981d;
  box-shadow:         1px 1px 3px 2px #c8981d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,152,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8981d


Comments

No comments written yet.

Please login to write comment.