Color Hex Logo

#a8eeea Color Hex

#A8EEEA
(168,238,234)
0 Favorites   0 Comments

Color spaces of #a8eeea

RGB 168238234
HSL0.490.670.80
HSV177°29°93°
CMYK 0.290.000.02   0.07
XYZ61.574375.414489.1530
Yxy75.41440.27230.3335
Hunter Lab86.8415-25.4085-0.0791
CIE-Lab89.5867-22.4783-5.0603

#a8eeea color RGB value is (168,238,234).

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

The process color (four color CMYK) of #a8eeea color hex is 0.29, 0.00, 0.02, 0.07. Web safe color of #a8eeea is #99ffff. Color #a8eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101110 11101010
Octal 250 356 352
Decimal 168 238 234
Hex A8 EE EA

RGB Percentages of Color #a8eeea

%26.25
%37.19
%36.56

CMYK Percentages of Color #a8eeea

%29
%0
%2
%7

Triadic Colors of #a8eeea

#a8eeea #eaa8ee #eeeaa8

Analogous Colors of #a8eeea

#a8eeea #a8cfee #a8eec7

Monochromatic Colors of #a8eeea

#a8eeea

Complementary Color

#a8eeea #eea8ac

#a8eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eeea Color CSS Codes

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

#a8eeea Text Font Color

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

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


#a8eeea Background Color

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

This div background color is #a8eeea


#a8eeea Border Color

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

This div border color is #a8eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eeea


Comments

No comments written yet.

Please login to write comment.