Color Hex Logo

#8eeefa Color Hex

#8EEEFA
(142,238,250)
0 Favorites   0 Comments

Color spaces of #8eeefa

RGB 142238250
HSL0.520.920.77
HSV187°43°98°
CMYK 0.430.050.00   0.02
XYZ58.985273.8020101.5788
Yxy73.80200.25170.3149
Hunter Lab85.9081-27.7796-9.9696
CIE-Lab88.8288-25.3623-14.6845

#8eeefa color RGB value is (142,238,250).

#8eeefa hex color red value is 142, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8eeefa hue: 0.52 , saturation: 0.92 and the lightness value of 8eeefa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11111010
Octal 216 356 372
Decimal 142 238 250
Hex 8E EE FA

RGB Percentages of Color #8eeefa

%22.54
%37.78
%39.68

CMYK Percentages of Color #8eeefa

%43
%5
%0
%2

Triadic Colors of #8eeefa

#8eeefa #fa8eee #eefa8e

Analogous Colors of #8eeefa

#8eeefa #8eb8fa #8efad0

Monochromatic Colors of #8eeefa

#8eeefa

Complementary Color

#8eeefa #fa9a8e

#8eeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeefa Color CSS Codes

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

#8eeefa Text Font Color

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

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


#8eeefa Background Color

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

This div background color is #8eeefa


#8eeefa Border Color

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

This div border color is #8eeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.