Color Hex Logo

#c8be78 Color Hex

#C8BE78
(200,190,120)
0 Favorites   0 Comments

Color spaces of #c8be78

RGB 200190120
HSL0.150.420.63
HSV53°40°78°
CMYK 0.000.050.40   0.22
XYZ45.623050.462325.1049
Yxy50.46230.37650.4164
Hunter Lab71.0368-9.673828.7723
CIE-Lab76.3521-6.581636.5886

#c8be78 color RGB value is (200,190,120).

#c8be78 hex color red value is 200, green value is 190 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c8be78 hue: 0.15 , saturation: 0.42 and the lightness value of c8be78 is 0.63.

The process color (four color CMYK) of #c8be78 color hex is 0.00, 0.05, 0.40, 0.22. Web safe color of #c8be78 is #cccc66. Color #c8be78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111110 01111000
Octal 310 276 170
Decimal 200 190 120
Hex C8 BE 78

RGB Percentages of Color #c8be78

%39.22
%37.25
%23.53

CMYK Percentages of Color #c8be78

%0
%5
%40
%22

Triadic Colors of #c8be78

#c8be78 #78c8be #be78c8

Analogous Colors of #c8be78

#c8be78 #aac878 #c89678

Monochromatic Colors of #c8be78

#c8be78

Complementary Color

#c8be78 #7882c8

#c8be78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8be78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8be78 Color CSS Codes

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

#c8be78 Text Font Color

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

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


#c8be78 Background Color

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

This div background color is #c8be78


#c8be78 Border Color

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

This div border color is #c8be78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8be78


Comments

No comments written yet.

Please login to write comment.