Color Hex Logo

#c8f96a Color Hex

#C8F96A
(200,249,106)
0 Favorites   0 Comments

Color spaces of #c8f96a

RGB 200249106
HSL0.220.920.70
HSV81°57°98°
CMYK 0.200.000.57   0.02
XYZ60.296681.071326.1060
Yxy81.07130.36000.4841
Hunter Lab90.0396-38.033645.8372
CIE-Lab92.1634-36.598062.2404

#c8f96a color RGB value is (200,249,106).

#c8f96a hex color red value is 200, green value is 249 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c8f96a hue: 0.22 , saturation: 0.92 and the lightness value of c8f96a is 0.70.

The process color (four color CMYK) of #c8f96a color hex is 0.20, 0.00, 0.57, 0.02. Web safe color of #c8f96a is #ccff66. Color #c8f96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111001 01101010
Octal 310 371 152
Decimal 200 249 106
Hex C8 F9 6A

RGB Percentages of Color #c8f96a

%36.04
%44.86
%19.10

CMYK Percentages of Color #c8f96a

%20
%0
%57
%2

Triadic Colors of #c8f96a

#c8f96a #6ac8f9 #f96ac8

Analogous Colors of #c8f96a

#c8f96a #81f96a #f9e36a

Monochromatic Colors of #c8f96a

#c8f96a

Complementary Color

#c8f96a #9b6af9

#c8f96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8f96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8f96a Color CSS Codes

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

#c8f96a Text Font Color

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

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


#c8f96a Background Color

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

This div background color is #c8f96a


#c8f96a Border Color

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

This div border color is #c8f96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8f96a


Comments

No comments written yet.

Please login to write comment.