Color Hex Logo

#a8eecc Color Hex

#A8EECC
(168,238,204)
0 Favorites   0 Comments

Color spaces of #a8eecc

RGB 168238204
HSL0.420.670.80
HSV151°29°93°
CMYK 0.290.000.14   0.07
XYZ57.622173.833568.3410
Yxy73.83350.28840.3695
Hunter Lab85.9264-30.669512.9926
CIE-Lab88.8437-28.73749.5256

#a8eecc color RGB value is (168,238,204).

#a8eecc hex color red value is 168, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a8eecc hue: 0.42 , saturation: 0.67 and the lightness value of a8eecc is 0.80.

The process color (four color CMYK) of #a8eecc color hex is 0.29, 0.00, 0.14, 0.07. Web safe color of #a8eecc is #99ffcc. Color #a8eecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101110 11001100
Octal 250 356 314
Decimal 168 238 204
Hex A8 EE CC

RGB Percentages of Color #a8eecc

%27.54
%39.02
%33.44

CMYK Percentages of Color #a8eecc

%29
%0
%14
%7

Triadic Colors of #a8eecc

#a8eecc #cca8ee #eecca8

Analogous Colors of #a8eecc

#a8eecc #a8edee #a8eea9

Monochromatic Colors of #a8eecc

#a8eecc

Complementary Color

#a8eecc #eea8ca

#a8eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eecc Color CSS Codes

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

#a8eecc Text Font Color

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

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


#a8eecc Background Color

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

This div background color is #a8eecc


#a8eecc Border Color

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

This div border color is #a8eecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,238,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8eecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8eecc;
  -webkit-box-shadow: 1px 1px 3px 2px #a8eecc;
  box-shadow:         1px 1px 3px 2px #a8eecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,238,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eecc


Comments

No comments written yet.

Please login to write comment.