Color Hex Logo

#a8eeef Color Hex

#A8EEEF
(168,238,239)
0 Favorites   0 Comments

Color spaces of #a8eeef

RGB 168238239
HSL0.500.690.80
HSV181°30°94°
CMYK 0.300.000.00   0.06
XYZ62.303075.705992.9903
Yxy75.70590.26970.3277
Hunter Lab87.0091-24.4508-2.4593
CIE-Lab89.7226-21.3639-7.4729

#a8eeef color RGB value is (168,238,239).

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

The process color (four color CMYK) of #a8eeef color hex is 0.30, 0.00, 0.00, 0.06. Web safe color of #a8eeef is #99ffff. Color #a8eeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101110 11101111
Octal 250 356 357
Decimal 168 238 239
Hex A8 EE EF

RGB Percentages of Color #a8eeef

%26.05
%36.90
%37.05

CMYK Percentages of Color #a8eeef

%30
%0
%0
%6

Triadic Colors of #a8eeef

#a8eeef #efa8ee #eeefa8

Analogous Colors of #a8eeef

#a8eeef #a8cbef #a8efcd

Monochromatic Colors of #a8eeef

#a8eeef

Complementary Color

#a8eeef #efa9a8

#a8eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eeef Color CSS Codes

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

#a8eeef Text Font Color

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

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


#a8eeef Background Color

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

This div background color is #a8eeef


#a8eeef Border Color

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

This div border color is #a8eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eeef

#a8eeef Color Palettes


Comments

No comments written yet.

Please login to write comment.