Color Hex Logo

#8adaef Color Hex

#8ADAEF
(138,218,239)
0 Favorites   0 Comments

Color spaces of #8adaef

RGB 138218239
HSL0.530.760.74
HSV192°42°94°
CMYK 0.420.090.00   0.06
XYZ51.132661.778190.8907
Yxy61.77810.25090.3031
Hunter Lab78.5990-21.4252-13.5427
CIE-Lab82.7953-19.1895-17.9775

#8adaef color RGB value is (138,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11101111
Octal 212 332 357
Decimal 138 218 239
Hex 8A DA EF

RGB Percentages of Color #8adaef

%23.19
%36.64
%40.17

CMYK Percentages of Color #8adaef

%42
%9
%0
%6

Triadic Colors of #8adaef

#8adaef #ef8ada #daef8a

Analogous Colors of #8adaef

#8adaef #8aa8ef #8aefd2

Monochromatic Colors of #8adaef

#8adaef

Complementary Color

#8adaef #ef9f8a

#8adaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaef Color CSS Codes

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

#8adaef Text Font Color

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

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


#8adaef Background Color

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

This div background color is #8adaef


#8adaef Border Color

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

This div border color is #8adaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaef


Comments

No comments written yet.

Please login to write comment.