Color Hex Logo

#c8faaa Color Hex

#C8FAAA
(200,250,170)
0 Favorites   0 Comments

Color spaces of #c8faaa

RGB 200250170
HSL0.270.890.82
HSV98°32°98°
CMYK 0.200.000.32   0.02
XYZ65.260783.552950.7179
Yxy83.55290.32710.4187
Hunter Lab91.4073-32.521731.0877
CIE-Lab93.2560-29.826833.3371

#c8faaa color RGB value is (200,250,170).

#c8faaa hex color red value is 200, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8faaa hue: 0.27 , saturation: 0.89 and the lightness value of c8faaa is 0.82.

The process color (four color CMYK) of #c8faaa color hex is 0.20, 0.00, 0.32, 0.02. Web safe color of #c8faaa is #ccff99. Color #c8faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111010 10101010
Octal 310 372 252
Decimal 200 250 170
Hex C8 FA AA

RGB Percentages of Color #c8faaa

%32.26
%40.32
%27.42

CMYK Percentages of Color #c8faaa

%20
%0
%32
%2

Triadic Colors of #c8faaa

#c8faaa #aac8fa #faaac8

Analogous Colors of #c8faaa

#c8faaa #aafab4 #f0faaa

Monochromatic Colors of #c8faaa

#c8faaa

Complementary Color

#c8faaa #dcaafa

#c8faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8faaa Color CSS Codes

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

#c8faaa Text Font Color

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

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


#c8faaa Background Color

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

This div background color is #c8faaa


#c8faaa Border Color

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

This div border color is #c8faaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,250,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 #c8faaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8faaa


Comments

No comments written yet.

Please login to write comment.