Color Hex Logo

#8eb2eb Color Hex

#8EB2EB
(142,178,235)
0 Favorites   0 Comments

Color spaces of #8eb2eb

RGB 142178235
HSL0.600.700.74
HSV217°40°92°
CMYK 0.400.240.00   0.08
XYZ42.071143.589784.7935
Yxy43.58970.24680.2557
Hunter Lab66.0225-1.7949-29.9311
CIE-Lab71.95341.9433-32.3617

#8eb2eb color RGB value is (142,178,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110010 11101011
Octal 216 262 353
Decimal 142 178 235
Hex 8E B2 EB

RGB Percentages of Color #8eb2eb

%25.59
%32.07
%42.34

CMYK Percentages of Color #8eb2eb

%40
%24
%0
%8

Triadic Colors of #8eb2eb

#8eb2eb #eb8eb2 #b2eb8e

Analogous Colors of #8eb2eb

#8eb2eb #998eeb #8ee1eb

Monochromatic Colors of #8eb2eb

#8eb2eb

Complementary Color

#8eb2eb #ebc78e

#8eb2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb2eb Color CSS Codes

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

#8eb2eb Text Font Color

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

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


#8eb2eb Background Color

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

This div background color is #8eb2eb


#8eb2eb Border Color

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

This div border color is #8eb2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb2eb


Comments

No comments written yet.

Please login to write comment.