Color Hex Logo

#8aebde Color Hex

#8AEBDE
(138,235,222)
0 Favorites   0 Comments

Color spaces of #8aebde

RGB 138235222
HSL0.480.710.73
HSV172°41°92°
CMYK 0.410.000.06   0.08
XYZ53.374470.093979.8236
Yxy70.09390.26260.3448
Hunter Lab83.7221-32.71662.0763
CIE-Lab87.0429-31.6401-2.6778

#8aebde color RGB value is (138,235,222).

#8aebde hex color red value is 138, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8aebde hue: 0.48 , saturation: 0.71 and the lightness value of 8aebde is 0.73.

The process color (four color CMYK) of #8aebde color hex is 0.41, 0.00, 0.06, 0.08. Web safe color of #8aebde is #99ffcc. Color #8aebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 11011110
Octal 212 353 336
Decimal 138 235 222
Hex 8A EB DE

RGB Percentages of Color #8aebde

%23.19
%39.50
%37.31

CMYK Percentages of Color #8aebde

%41
%0
%6
%8

Triadic Colors of #8aebde

#8aebde #de8aeb #ebde8a

Analogous Colors of #8aebde

#8aebde #8ac8eb #8aebae

Monochromatic Colors of #8aebde

#8aebde

Complementary Color

#8aebde #eb8a97

#8aebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebde Color CSS Codes

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

#8aebde Text Font Color

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

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


#8aebde Background Color

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

This div background color is #8aebde


#8aebde Border Color

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

This div border color is #8aebde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,235,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebde


Comments

No comments written yet.

Please login to write comment.