Color Hex Logo

#8eecff Color Hex

#8EECFF
(142,236,255)
0 Favorites   0 Comments

Color spaces of #8eecff

RGB 142236255
HSL0.531.000.78
HSV190°44°100°
CMYK 0.440.070.00   0.00
XYZ59.200872.9617105.5705
Yxy72.96170.24900.3069
Hunter Lab85.4176-25.7670-13.4862
CIE-Lab88.4294-23.1218-17.9001

#8eecff color RGB value is (142,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101100 11111111
Octal 216 354 377
Decimal 142 236 255
Hex 8E EC FF

RGB Percentages of Color #8eecff

%22.43
%37.28
%40.28

CMYK Percentages of Color #8eecff

%44
%7
%0
%0

Triadic Colors of #8eecff

#8eecff #ff8eec #ecff8e

Analogous Colors of #8eecff

#8eecff #8eb4ff #8effda

Monochromatic Colors of #8eecff

#8eecff

Complementary Color

#8eecff #ffa18e

#8eecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eecff Color CSS Codes

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

#8eecff Text Font Color

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

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


#8eecff Background Color

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

This div background color is #8eecff


#8eecff Border Color

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

This div border color is #8eecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eecff

#8eecff Color Palettes


Comments

No comments written yet.

Please login to write comment.