Color Hex Logo

#8eabeb Color Hex

#8EABEB
(142,171,235)
0 Favorites   0 Comments

Color spaces of #8eabeb

RGB 142171235
HSL0.610.700.74
HSV221°40°92°
CMYK 0.400.270.00   0.08
XYZ40.713640.874884.3410
Yxy40.87480.24540.2463
Hunter Lab63.93341.7876-33.4620
CIE-Lab70.08815.8400-35.2498

#8eabeb color RGB value is (142,171,235).

#8eabeb hex color red value is 142, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8eabeb hue: 0.61 , saturation: 0.70 and the lightness value of 8eabeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101011 11101011
Octal 216 253 353
Decimal 142 171 235
Hex 8E AB EB

RGB Percentages of Color #8eabeb

%25.91
%31.20
%42.88

CMYK Percentages of Color #8eabeb

%40
%27
%0
%8

Triadic Colors of #8eabeb

#8eabeb #eb8eab #abeb8e

Analogous Colors of #8eabeb

#8eabeb #a08eeb #8edaeb

Monochromatic Colors of #8eabeb

#8eabeb

Complementary Color

#8eabeb #ebce8e

#8eabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eabeb Color CSS Codes

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

#8eabeb Text Font Color

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

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


#8eabeb Background Color

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

This div background color is #8eabeb


#8eabeb Border Color

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

This div border color is #8eabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eabeb


Comments

No comments written yet.

Please login to write comment.