Color Hex Logo

#8aecee Color Hex

#8AECEE
(138,236,238)
0 Favorites   0 Comments

Color spaces of #8aecee

RGB 138236238
HSL0.500.750.74
HSV181°42°93°
CMYK 0.420.010.00   0.07
XYZ55.909371.567291.7560
Yxy71.56720.25500.3264
Hunter Lab84.5974-30.0772-5.0889
CIE-Lab87.7598-28.3007-10.0136

#8aecee color RGB value is (138,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 11101110
Octal 212 354 356
Decimal 138 236 238
Hex 8A EC EE

RGB Percentages of Color #8aecee

%22.55
%38.56
%38.89

CMYK Percentages of Color #8aecee

%42
%1
%0
%7

Triadic Colors of #8aecee

#8aecee #ee8aec #ecee8a

Analogous Colors of #8aecee

#8aecee #8abaee #8aeebe

Monochromatic Colors of #8aecee

#8aecee

Complementary Color

#8aecee #ee8c8a

#8aecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aecee Color CSS Codes

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

#8aecee Text Font Color

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

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


#8aecee Background Color

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

This div background color is #8aecee


#8aecee Border Color

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

This div border color is #8aecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aecee


Comments

No comments written yet.

Please login to write comment.