Color Hex Logo

#8aadeb Color Hex

#8AADEB
(138,173,235)
0 Favorites   0 Comments

Color spaces of #8aadeb

RGB 138173235
HSL0.610.710.73
HSV218°41°92°
CMYK 0.410.260.00   0.08
XYZ40.420241.288684.4364
Yxy41.28860.24330.2485
Hunter Lab64.2562-0.1634-32.9312
CIE-Lab70.37763.6844-34.8199

#8aadeb color RGB value is (138,173,235).

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

The process color (four color CMYK) of #8aadeb color hex is 0.41, 0.26, 0.00, 0.08. Web safe color of #8aadeb is #9999ff. Color #8aadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11101011
Octal 212 255 353
Decimal 138 173 235
Hex 8A AD EB

RGB Percentages of Color #8aadeb

%25.27
%31.68
%43.04

CMYK Percentages of Color #8aadeb

%41
%26
%0
%8

Triadic Colors of #8aadeb

#8aadeb #eb8aad #adeb8a

Analogous Colors of #8aadeb

#8aadeb #988aeb #8adeeb

Monochromatic Colors of #8aadeb

#8aadeb

Complementary Color

#8aadeb #ebc88a

#8aadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aadeb Color CSS Codes

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

#8aadeb Text Font Color

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

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


#8aadeb Background Color

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

This div background color is #8aadeb


#8aadeb Border Color

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

This div border color is #8aadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aadeb


Comments

No comments written yet.

Please login to write comment.