Color Hex Logo

#c8f0aa Color Hex

#C8F0AA
(200,240,170)
1 Favorites   0 Comments

Color spaces of #c8f0aa

RGB 200240170
HSL0.260.700.80
HSV94°29°94°
CMYK 0.170.000.29   0.06
XYZ62.235277.501849.7094
Yxy77.50180.32850.4091
Hunter Lab88.0351-27.873328.1462
CIE-Lab90.5521-25.096829.7097

#c8f0aa color RGB value is (200,240,170).

#c8f0aa hex color red value is 200, green value is 240 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8f0aa hue: 0.26 , saturation: 0.70 and the lightness value of c8f0aa is 0.80.

The process color (four color CMYK) of #c8f0aa color hex is 0.17, 0.00, 0.29, 0.06. Web safe color of #c8f0aa is #ccff99. Color #c8f0aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11110000 10101010
Octal 310 360 252
Decimal 200 240 170
Hex C8 F0 AA

RGB Percentages of Color #c8f0aa

%32.79
%39.34
%27.87

CMYK Percentages of Color #c8f0aa

%17
%0
%29
%6

Triadic Colors of #c8f0aa

#c8f0aa #aac8f0 #f0aac8

Analogous Colors of #c8f0aa

#c8f0aa #aaf0af #ebf0aa

Monochromatic Colors of #c8f0aa

#c8f0aa

Complementary Color

#c8f0aa #d2aaf0

#c8f0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8f0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8f0aa Color CSS Codes

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

#c8f0aa Text Font Color

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

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


#c8f0aa Background Color

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

This div background color is #c8f0aa


#c8f0aa Border Color

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

This div border color is #c8f0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8f0aa

#c8f0aa Color Palettes


Comments

No comments written yet.

Please login to write comment.