Color Hex Logo

#c8b244 Color Hex

#C8B244
(200,178,68)
0 Favorites   0 Comments

Color spaces of #c8b244

RGB 20017868
HSL0.140.550.53
HSV50°66°78°
CMYK 0.000.110.66   0.22
XYZ40.783244.537511.9159
Yxy44.53750.41940.4580
Hunter Lab66.7364-7.705936.1292
CIE-Lab72.5863-4.713457.0702

#c8b244 color RGB value is (200,178,68).

#c8b244 hex color red value is 200, green value is 178 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c8b244 hue: 0.14 , saturation: 0.55 and the lightness value of c8b244 is 0.53.

The process color (four color CMYK) of #c8b244 color hex is 0.00, 0.11, 0.66, 0.22. Web safe color of #c8b244 is #cc9933. Color #c8b244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110010 01000100
Octal 310 262 104
Decimal 200 178 68
Hex C8 B2 44

RGB Percentages of Color #c8b244

%44.84
%39.91
%15.25

CMYK Percentages of Color #c8b244

%0
%11
%66
%22

Triadic Colors of #c8b244

#c8b244 #44c8b2 #b244c8

Analogous Colors of #c8b244

#c8b244 #9cc844 #c87044

Monochromatic Colors of #c8b244

#c8b244

Complementary Color

#c8b244 #445ac8

#c8b244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b244 Color CSS Codes

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

#c8b244 Text Font Color

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

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


#c8b244 Background Color

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

This div background color is #c8b244


#c8b244 Border Color

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

This div border color is #c8b244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b244


Comments

No comments written yet.

Please login to write comment.