Color Hex Logo

#8abaed Color Hex

#8ABAED
(138,186,237)
0 Favorites   0 Comments

Color spaces of #8abaed

RGB 138186237
HSL0.590.730.74
HSV211°42°93°
CMYK 0.420.220.00   0.07
XYZ43.326246.635586.8388
Yxy46.63550.24510.2638
Hunter Lab68.2902-6.2598-27.5909
CIE-Lab73.9560-2.9364-30.3767

#8abaed color RGB value is (138,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 11101101
Octal 212 272 355
Decimal 138 186 237
Hex 8A BA ED

RGB Percentages of Color #8abaed

%24.60
%33.16
%42.25

CMYK Percentages of Color #8abaed

%42
%22
%0
%7

Triadic Colors of #8abaed

#8abaed #ed8aba #baed8a

Analogous Colors of #8abaed

#8abaed #8c8aed #8aeced

Monochromatic Colors of #8abaed

#8abaed

Complementary Color

#8abaed #edbd8a

#8abaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abaed Color CSS Codes

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

#8abaed Text Font Color

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

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


#8abaed Background Color

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

This div background color is #8abaed


#8abaed Border Color

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

This div border color is #8abaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abaed


Comments

No comments written yet.

Please login to write comment.