Color Hex Logo

#8aedde Color Hex

#8AEDDE
(138,237,222)
0 Favorites   0 Comments

Color spaces of #8aedde

RGB 138237222
HSL0.470.730.74
HSV171°42°93°
CMYK 0.420.000.06   0.07
XYZ53.950271.245680.0155
Yxy71.24560.26290.3472
Hunter Lab84.4071-33.62122.8798
CIE-Lab87.6042-32.5814-1.8544

#8aedde color RGB value is (138,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11011110
Octal 212 355 336
Decimal 138 237 222
Hex 8A ED DE

RGB Percentages of Color #8aedde

%23.12
%39.70
%37.19

CMYK Percentages of Color #8aedde

%42
%0
%6
%7

Triadic Colors of #8aedde

#8aedde #de8aed #edde8a

Analogous Colors of #8aedde

#8aedde #8acbed #8aedad

Monochromatic Colors of #8aedde

#8aedde

Complementary Color

#8aedde #ed8a99

#8aedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedde Color CSS Codes

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

#8aedde Text Font Color

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

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


#8aedde Background Color

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

This div background color is #8aedde


#8aedde Border Color

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

This div border color is #8aedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedde


Comments

No comments written yet.

Please login to write comment.