Color Hex Logo

#c8950d Color Hex

#C8950D
(200,149,13)
0 Favorites   0 Comments

Color spaces of #c8950d

RGB 20014913
HSL0.120.880.42
HSV44°94°78°
CMYK 0.000.260.94   0.22
XYZ34.639533.80335.0798
Yxy33.80330.47110.4598
Hunter Lab58.14064.602235.5182
CIE-Lab64.80618.845367.3221

#c8950d color RGB value is (200,149,13).

#c8950d hex color red value is 200, green value is 149 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c8950d hue: 0.12 , saturation: 0.88 and the lightness value of c8950d is 0.42.

The process color (four color CMYK) of #c8950d color hex is 0.00, 0.26, 0.94, 0.22. Web safe color of #c8950d is #cc9900. Color #c8950d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 00001101
Octal 310 225 15
Decimal 200 149 13
Hex C8 95 D

RGB Percentages of Color #c8950d

%55.25
%41.16
%3.59

CMYK Percentages of Color #c8950d

%0
%26
%94
%22

Triadic Colors of #c8950d

#c8950d #0dc895 #950dc8

Analogous Colors of #c8950d

#c8950d #9ec80d #c8380d

Monochromatic Colors of #c8950d

#c8950d

Complementary Color

#c8950d #0d40c8

#c8950d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8950d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8950d Color CSS Codes

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

#c8950d Text Font Color

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

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


#c8950d Background Color

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

This div background color is #c8950d


#c8950d Border Color

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

This div border color is #c8950d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8950d


Comments

No comments written yet.

Please login to write comment.