Color Hex Logo

#8ab6ec Color Hex

#8AB6EC
(138,182,236)
0 Favorites   0 Comments

Color spaces of #8ab6ec

RGB 138182236
HSL0.590.720.73
HSV213°42°93°
CMYK 0.420.230.00   0.07
XYZ42.349544.915385.7943
Yxy44.91530.24470.2595
Hunter Lab67.0189-4.4882-28.9870
CIE-Lab72.8361-1.0227-31.5609

#8ab6ec color RGB value is (138,182,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110110 11101100
Octal 212 266 354
Decimal 138 182 236
Hex 8A B6 EC

RGB Percentages of Color #8ab6ec

%24.82
%32.73
%42.45

CMYK Percentages of Color #8ab6ec

%42
%23
%0
%7

Triadic Colors of #8ab6ec

#8ab6ec #ec8ab6 #b6ec8a

Analogous Colors of #8ab6ec

#8ab6ec #8f8aec #8ae7ec

Monochromatic Colors of #8ab6ec

#8ab6ec

Complementary Color

#8ab6ec #ecc08a

#8ab6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab6ec Color CSS Codes

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

#8ab6ec Text Font Color

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

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


#8ab6ec Background Color

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

This div background color is #8ab6ec


#8ab6ec Border Color

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

This div border color is #8ab6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab6ec


Comments

No comments written yet.

Please login to write comment.