Color Hex Logo

#c8efaa Color Hex

#C8EFAA
(200,239,170)
0 Favorites   0 Comments

Color spaces of #c8efaa

RGB 200239170
HSL0.260.680.80
HSV94°29°94°
CMYK 0.160.000.29   0.06
XYZ61.941676.914649.6116
Yxy76.91460.32870.4081
Hunter Lab87.7010-27.405427.8509
CIE-Lab90.2823-24.617829.3457

#c8efaa color RGB value is (200,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 10101010
Octal 310 357 252
Decimal 200 239 170
Hex C8 EF AA

RGB Percentages of Color #c8efaa

%32.84
%39.24
%27.91

CMYK Percentages of Color #c8efaa

%16
%0
%29
%6

Triadic Colors of #c8efaa

#c8efaa #aac8ef #efaac8

Analogous Colors of #c8efaa

#c8efaa #aaefaf #ebefaa

Monochromatic Colors of #c8efaa

#c8efaa

Complementary Color

#c8efaa #d1aaef

#c8efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efaa Color CSS Codes

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

#c8efaa Text Font Color

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

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


#c8efaa Background Color

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

This div background color is #c8efaa


#c8efaa Border Color

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

This div border color is #c8efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efaa


Comments

No comments written yet.

Please login to write comment.