Color Hex Logo

#8ee7fe Color Hex

#8EE7FE
(142,231,254)
0 Favorites   0 Comments

Color spaces of #8ee7fe

RGB 142231254
HSL0.530.980.78
HSV192°44°100°
CMYK 0.440.090.00   0.00
XYZ57.620670.0584104.2516
Yxy70.05840.24840.3021
Hunter Lab83.7009-23.5952-15.2566
CIE-Lab87.0255-20.9039-19.4929

#8ee7fe color RGB value is (142,231,254).

#8ee7fe hex color red value is 142, green value is 231 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8ee7fe hue: 0.53 , saturation: 0.98 and the lightness value of 8ee7fe is 0.78.

The process color (four color CMYK) of #8ee7fe color hex is 0.44, 0.09, 0.00, 0.00. Web safe color of #8ee7fe is #99ffff. Color #8ee7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100111 11111110
Octal 216 347 376
Decimal 142 231 254
Hex 8E E7 FE

RGB Percentages of Color #8ee7fe

%22.65
%36.84
%40.51

CMYK Percentages of Color #8ee7fe

%44
%9
%0
%0

Triadic Colors of #8ee7fe

#8ee7fe #fe8ee7 #e7fe8e

Analogous Colors of #8ee7fe

#8ee7fe #8eaffe #8efedd

Monochromatic Colors of #8ee7fe

#8ee7fe

Complementary Color

#8ee7fe #fea58e

#8ee7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee7fe Color CSS Codes

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

#8ee7fe Text Font Color

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

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


#8ee7fe Background Color

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

This div background color is #8ee7fe


#8ee7fe Border Color

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

This div border color is #8ee7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee7fe


Comments

No comments written yet.

Please login to write comment.