Color Hex Logo

#8adaee Color Hex

#8ADAEE
(138,218,238)
0 Favorites   0 Comments

Color spaces of #8adaee

RGB 138218238
HSL0.530.750.74
HSV192°42°93°
CMYK 0.420.080.00   0.07
XYZ50.985361.719190.1147
Yxy61.71910.25140.3043
Hunter Lab78.5615-21.6387-13.0161
CIE-Lab82.7638-19.4447-17.4943

#8adaee color RGB value is (138,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11101110
Octal 212 332 356
Decimal 138 218 238
Hex 8A DA EE

RGB Percentages of Color #8adaee

%23.23
%36.70
%40.07

CMYK Percentages of Color #8adaee

%42
%8
%0
%7

Triadic Colors of #8adaee

#8adaee #ee8ada #daee8a

Analogous Colors of #8adaee

#8adaee #8aa8ee #8aeed0

Monochromatic Colors of #8adaee

#8adaee

Complementary Color

#8adaee #ee9e8a

#8adaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaee Color CSS Codes

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

#8adaee Text Font Color

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

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


#8adaee Background Color

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

This div background color is #8adaee


#8adaee Border Color

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

This div border color is #8adaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaee


Comments

No comments written yet.

Please login to write comment.