Color Hex Logo

#8abaee Color Hex

#8ABAEE
(138,186,238)
0 Favorites   0 Comments

Color spaces of #8abaee

RGB 138186238
HSL0.590.750.74
HSV211°42°93°
CMYK 0.420.220.00   0.07
XYZ43.472846.694187.6105
Yxy46.69410.24450.2627
Hunter Lab68.3331-6.0230-28.1831
CIE-Lab73.9937-2.6652-30.8595

#8abaee color RGB value is (138,186,238).

#8abaee hex color red value is 138, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8abaee hue: 0.59 , saturation: 0.75 and the lightness value of 8abaee is 0.74.

The process color (four color CMYK) of #8abaee color hex is 0.42, 0.22, 0.00, 0.07. Web safe color of #8abaee is #99ccff. Color #8abaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 11101110
Octal 212 272 356
Decimal 138 186 238
Hex 8A BA EE

RGB Percentages of Color #8abaee

%24.56
%33.10
%42.35

CMYK Percentages of Color #8abaee

%42
%22
%0
%7

Triadic Colors of #8abaee

#8abaee #ee8aba #baee8a

Analogous Colors of #8abaee

#8abaee #8c8aee #8aecee

Monochromatic Colors of #8abaee

#8abaee

Complementary Color

#8abaee #eebe8a

#8abaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abaee Color CSS Codes

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

#8abaee Text Font Color

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

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


#8abaee Background Color

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

This div background color is #8abaee


#8abaee Border Color

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

This div border color is #8abaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,186,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8abaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8abaee;
  -webkit-box-shadow: 1px 1px 3px 2px #8abaee;
  box-shadow:         1px 1px 3px 2px #8abaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,186,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 #8abaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abaee


Comments

No comments written yet.

Please login to write comment.