color codes Logo

#c8c60e color codes

#C8C60E
(200,198,14)
0 Favorites   0 Comments

Color spaces of #c8c60e

RGB 20019814
HSL0.160.870.42
HSV59°93°78°
CMYK 0.000.010.93   0.22
XYZ44.092852.69928.2635
Yxy52.69920.41970.5016
Hunter Lab72.5942-18.621344.0669
CIE-Lab77.6971-16.805476.8698

#c8c60e color RGB value is (200,198,14).

#c8c60e hex color red value is 200, green value is 198 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8c60e hue: 0.16 , saturation: 0.87 and the lightness value of c8c60e is 0.42.

The process color (four color CMYK) of #c8c60e color code is 0.00, 0.01, 0.93, 0.22. Web safe color of #c8c60e is #cccc00. Color #c8c60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11000110 00001110
Octal 310 306 16
Decimal 200 198 14
Hex C8 C6 E

RGB Percentages of Color #c8c60e

%48.54
%48.06
%3.40

CMYK Percentages of Color #c8c60e

%0
%1
%93
%22

Triadic Colors of #c8c60e

#c8c60e #0ec8c6 #c60ec8

Analogous Colors of #c8c60e

#c8c60e #6dc80e #c8690e

Monochromatic Colors of #c8c60e

#c8c60e

Complementary Color

#c8c60e #0e10c8

#c8c60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8c60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8c60e Color CSS Codes

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

#c8c60e Text Font Color

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

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


#c8c60e Background Color

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

This div background color is #c8c60e


#c8c60e Border Color

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

This div border color is #c8c60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8c60e


Comments

No comments written yet.

Please login to write comment.