Color Hex Logo

#c8b461 Color Hex

#C8B461
(200,180,97)
0 Favorites   0 Comments

Color spaces of #c8b461

RGB 20018097
HSL0.130.480.58
HSV48°52°78°
CMYK 0.000.100.52   0.22
XYZ42.298345.784917.9173
Yxy45.78490.39900.4319
Hunter Lab67.6645-6.829431.6654
CIE-Lab73.4057-3.632144.5503

#c8b461 color RGB value is (200,180,97).

#c8b461 hex color red value is 200, green value is 180 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c8b461 hue: 0.13 , saturation: 0.48 and the lightness value of c8b461 is 0.58.

The process color (four color CMYK) of #c8b461 color hex is 0.00, 0.10, 0.52, 0.22. Web safe color of #c8b461 is #cccc66. Color #c8b461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110100 01100001
Octal 310 264 141
Decimal 200 180 97
Hex C8 B4 61

RGB Percentages of Color #c8b461

%41.93
%37.74
%20.34

CMYK Percentages of Color #c8b461

%0
%10
%52
%22

Triadic Colors of #c8b461

#c8b461 #61c8b4 #b461c8

Analogous Colors of #c8b461

#c8b461 #a9c861 #c88161

Monochromatic Colors of #c8b461

#c8b461

Complementary Color

#c8b461 #6175c8

#c8b461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b461 Color CSS Codes

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

#c8b461 Text Font Color

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

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


#c8b461 Background Color

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

This div background color is #c8b461


#c8b461 Border Color

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

This div border color is #c8b461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b461


Comments

No comments written yet.

Please login to write comment.