Color Hex Logo

#c8c511 Color Hex

#C8C511
(200,197,17)
0 Favorites   0 Comments

Color spaces of #c8c511

RGB 20019717
HSL0.160.840.43
HSV59°92°78°
CMYK 0.000.010.92   0.22
XYZ43.886852.25238.3029
Yxy52.25230.42020.5003
Hunter Lab72.2858-18.127543.7898
CIE-Lab77.4315-16.264276.2775

#c8c511 color RGB value is (200,197,17).

#c8c511 hex color red value is 200, green value is 197 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c8c511 hue: 0.16 , saturation: 0.84 and the lightness value of c8c511 is 0.43.

The process color (four color CMYK) of #c8c511 color hex is 0.00, 0.01, 0.92, 0.22. Web safe color of #c8c511 is #cccc00. Color #c8c511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11000101 00010001
Octal 310 305 21
Decimal 200 197 17
Hex C8 C5 11

RGB Percentages of Color #c8c511

%48.31
%47.58
%4.11

CMYK Percentages of Color #c8c511

%0
%1
%92
%22

Triadic Colors of #c8c511

#c8c511 #11c8c5 #c511c8

Analogous Colors of #c8c511

#c8c511 #70c811 #c86a11

Monochromatic Colors of #c8c511

#c8c511

Complementary Color

#c8c511 #1114c8

#c8c511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8c511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8c511 Color CSS Codes

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

#c8c511 Text Font Color

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

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


#c8c511 Background Color

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

This div background color is #c8c511


#c8c511 Border Color

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

This div border color is #c8c511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8c511


Comments

No comments written yet.

Please login to write comment.