Color Hex Logo

#8aebee Color Hex

#8AEBEE
(138,235,238)
0 Favorites   0 Comments

Color spaces of #8aebee

RGB 138235238
HSL0.510.750.74
HSV182°42°93°
CMYK 0.420.010.00   0.07
XYZ55.622270.993091.6603
Yxy70.99300.25480.3252
Hunter Lab84.2573-29.6142-5.5192
CIE-Lab87.4816-27.8197-10.4277

#8aebee color RGB value is (138,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 11101110
Octal 212 353 356
Decimal 138 235 238
Hex 8A EB EE

RGB Percentages of Color #8aebee

%22.59
%38.46
%38.95

CMYK Percentages of Color #8aebee

%42
%1
%0
%7

Triadic Colors of #8aebee

#8aebee #ee8aeb #ebee8a

Analogous Colors of #8aebee

#8aebee #8ab9ee #8aeebf

Monochromatic Colors of #8aebee

#8aebee

Complementary Color

#8aebee #ee8d8a

#8aebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebee Color CSS Codes

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

#8aebee Text Font Color

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

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


#8aebee Background Color

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

This div background color is #8aebee


#8aebee Border Color

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

This div border color is #8aebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebee


Comments

No comments written yet.

Please login to write comment.