Color Hex Logo

#8eebf8 Color Hex

#8EEBF8
(142,235,248)
0 Favorites   0 Comments

Color spaces of #8eebf8

RGB 142235248
HSL0.520.880.76
HSV187°43°97°
CMYK 0.430.050.00   0.03
XYZ57.806971.944899.6469
Yxy71.94480.25200.3136
Hunter Lab84.8203-26.7838-10.2797
CIE-Lab87.9420-24.3988-14.9667

#8eebf8 color RGB value is (142,235,248).

#8eebf8 hex color red value is 142, green value is 235 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #8eebf8 hue: 0.52 , saturation: 0.88 and the lightness value of 8eebf8 is 0.76.

The process color (four color CMYK) of #8eebf8 color hex is 0.43, 0.05, 0.00, 0.03. Web safe color of #8eebf8 is #99ffff. Color #8eebf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 11111000
Octal 216 353 370
Decimal 142 235 248
Hex 8E EB F8

RGB Percentages of Color #8eebf8

%22.72
%37.60
%39.68

CMYK Percentages of Color #8eebf8

%43
%5
%0
%3

Triadic Colors of #8eebf8

#8eebf8 #f88eeb #ebf88e

Analogous Colors of #8eebf8

#8eebf8 #8eb6f8 #8ef8d0

Monochromatic Colors of #8eebf8

#8eebf8

Complementary Color

#8eebf8 #f89b8e

#8eebf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebf8 Color CSS Codes

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

#8eebf8 Text Font Color

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

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


#8eebf8 Background Color

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

This div background color is #8eebf8


#8eebf8 Border Color

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

This div border color is #8eebf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,235,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebf8


Comments

No comments written yet.

Please login to write comment.