Color Hex Logo

#a8fbee Color Hex

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

Color spaces of #a8fbee

RGB 168251238
HSL0.470.910.82
HSV171°33°98°
CMYK 0.330.000.05   0.02
XYZ66.078283.492293.5218
Yxy83.49220.27180.3435
Hunter Lab91.3741-30.82033.2782
CIE-Lab93.2295-27.8785-1.7873

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

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

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

Base Numbers

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

RGB Percentages of Color #a8fbee

%25.57
%38.20
%36.23

CMYK Percentages of Color #a8fbee

%33
%0
%5
%2

Triadic Colors of #a8fbee

#a8fbee #eea8fb #fbeea8

Analogous Colors of #a8fbee

#a8fbee #a8dffb #a8fbc5

Monochromatic Colors of #a8fbee

#a8fbee

Complementary Color

#a8fbee #fba8b5

#a8fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fbee Color CSS Codes

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

#a8fbee Text Font Color

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

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


#a8fbee Background Color

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

This div background color is #a8fbee


#a8fbee Border Color

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

This div border color is #a8fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fbee


Comments

No comments written yet.

Please login to write comment.