Color Hex Logo

#c8c855 Color Hex

#C8C855
(200,200,85)
0 Favorites   0 Comments

Color spaces of #c8c855

RGB 20020085
HSL0.170.510.56
HSV60°58°78°
CMYK 0.000.000.58   0.22
XYZ46.113454.243816.6340
Yxy54.24380.39420.4637
Hunter Lab73.6504-17.127238.1646
CIE-Lab78.6037-14.888856.1939

#c8c855 color RGB value is (200,200,85).

#c8c855 hex color red value is 200, green value is 200 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c8c855 hue: 0.17 , saturation: 0.51 and the lightness value of c8c855 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001000 01010101
Octal 310 310 125
Decimal 200 200 85
Hex C8 C8 55

RGB Percentages of Color #c8c855

%41.24
%41.24
%17.53

CMYK Percentages of Color #c8c855

%0
%0
%58
%22

Triadic Colors of #c8c855

#c8c855 #55c8c8 #c855c8

Analogous Colors of #c8c855

#c8c855 #8fc855 #c88f55

Monochromatic Colors of #c8c855

#c8c855

Complementary Color

#c8c855 #5555c8

#c8c855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8c855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8c855 Color CSS Codes

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

#c8c855 Text Font Color

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

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


#c8c855 Background Color

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

This div background color is #c8c855


#c8c855 Border Color

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

This div border color is #c8c855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8c855


Comments

No comments written yet.

Please login to write comment.