Color Hex Logo

#a8eefb Color Hex

#A8EEFB
(168,238,251)
0 Favorites   0 Comments

Color spaces of #a8eefb

RGB 168238251
HSL0.530.910.82
HSV189°33°98°
CMYK 0.330.050.00   0.02
XYZ64.135676.4389102.6407
Yxy76.43890.26370.3143
Hunter Lab87.4293-22.0590-8.4050
CIE-Lab90.0627-18.6124-13.2357

#a8eefb color RGB value is (168,238,251).

#a8eefb hex color red value is 168, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a8eefb hue: 0.53 , saturation: 0.91 and the lightness value of a8eefb is 0.82.

The process color (four color CMYK) of #a8eefb color hex is 0.33, 0.05, 0.00, 0.02. Web safe color of #a8eefb is #99ffff. Color #a8eefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101110 11111011
Octal 250 356 373
Decimal 168 238 251
Hex A8 EE FB

RGB Percentages of Color #a8eefb

%25.57
%36.23
%38.20

CMYK Percentages of Color #a8eefb

%33
%5
%0
%2

Triadic Colors of #a8eefb

#a8eefb #fba8ee #eefba8

Analogous Colors of #a8eefb

#a8eefb #a8c5fb #a8fbdf

Monochromatic Colors of #a8eefb

#a8eefb

Complementary Color

#a8eefb #fbb5a8

#a8eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eefb Color CSS Codes

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

#a8eefb Text Font Color

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

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


#a8eefb Background Color

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

This div background color is #a8eefb


#a8eefb Border Color

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

This div border color is #a8eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eefb

Related Colors


Comments

No comments written yet.

Please login to write comment.