Color Hex Logo

#8adeeb Color Hex

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

Color spaces of #8adeeb

RGB 138222235
HSL0.520.710.73
HSV188°41°92°
CMYK 0.410.060.00   0.08
XYZ51.597963.644088.1623
Yxy63.64400.25370.3129
Hunter Lab79.7772-24.1607-9.6777
CIE-Lab83.7801-22.2045-14.3761

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

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

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

Base Numbers

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

RGB Percentages of Color #8adeeb

%23.19
%37.31
%39.50

CMYK Percentages of Color #8adeeb

%41
%6
%0
%8

Triadic Colors of #8adeeb

#8adeeb #eb8ade #deeb8a

Analogous Colors of #8adeeb

#8adeeb #8aaeeb #8aebc8

Monochromatic Colors of #8adeeb

#8adeeb

Complementary Color

#8adeeb #eb978a

#8adeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adeeb Color CSS Codes

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

#8adeeb Text Font Color

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

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


#8adeeb Background Color

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

This div background color is #8adeeb


#8adeeb Border Color

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

This div border color is #8adeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adeeb


Comments

No comments written yet.

Please login to write comment.