Color Hex Logo

#8eeaff Color Hex

#8EEAFF
(142,234,255)
0 Favorites   0 Comments

Color spaces of #8eeaff

RGB 142234255
HSL0.531.000.78
HSV191°44°100°
CMYK 0.440.080.00   0.00
XYZ58.628171.8164105.3797
Yxy71.81640.24860.3045
Hunter Lab84.7446-24.8129-14.4058
CIE-Lab87.8801-22.1355-18.7279

#8eeaff color RGB value is (142,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 11111111
Octal 216 352 377
Decimal 142 234 255
Hex 8E EA FF

RGB Percentages of Color #8eeaff

%22.50
%37.08
%40.41

CMYK Percentages of Color #8eeaff

%44
%8
%0
%0

Triadic Colors of #8eeaff

#8eeaff #ff8eea #eaff8e

Analogous Colors of #8eeaff

#8eeaff #8eb2ff #8effdc

Monochromatic Colors of #8eeaff

#8eeaff

Complementary Color

#8eeaff #ffa38e

#8eeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeaff Color CSS Codes

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

#8eeaff Text Font Color

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

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


#8eeaff Background Color

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

This div background color is #8eeaff


#8eeaff Border Color

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

This div border color is #8eeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeaff


Comments

No comments written yet.

Please login to write comment.