Color Hex Logo

#a8efff Color Hex

#A8EFFF
(168,239,255)
0 Favorites   0 Comments

Color spaces of #a8efff

RGB 168239255
HSL0.531.000.83
HSV191°34°100°
CMYK 0.340.060.00   0.00
XYZ65.065077.2778106.0946
Yxy77.27780.26190.3111
Hunter Lab87.9078-21.7218-10.0208
CIE-Lab90.4493-18.1705-14.7446

#a8efff color RGB value is (168,239,255).

#a8efff hex color red value is 168, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a8efff hue: 0.53 , saturation: 1.00 and the lightness value of a8efff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101111 11111111
Octal 250 357 377
Decimal 168 239 255
Hex A8 EF FF

RGB Percentages of Color #a8efff

%25.38
%36.10
%38.52

CMYK Percentages of Color #a8efff

%34
%6
%0
%0

Triadic Colors of #a8efff

#a8efff #ffa8ef #efffa8

Analogous Colors of #a8efff

#a8efff #a8c4ff #a8ffe4

Monochromatic Colors of #a8efff

#a8efff

Complementary Color

#a8efff #ffb8a8

#a8efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8efff Color CSS Codes

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

#a8efff Text Font Color

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

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


#a8efff Background Color

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

This div background color is #a8efff


#a8efff Border Color

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

This div border color is #a8efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8efff

Related Colors


Comments

No comments written yet.

Please login to write comment.