Color Hex Logo

#8eeff1 Color Hex

#8EEFF1
(142,239,241)
0 Favorites   0 Comments

Color spaces of #8eeff1

RGB 142239241
HSL0.500.780.75
HSV181°41°95°
CMYK 0.410.010.00   0.05
XYZ57.899073.834794.4190
Yxy73.83470.25600.3265
Hunter Lab85.9271-30.0964-5.0004
CIE-Lab88.8443-28.0631-9.9541

#8eeff1 color RGB value is (142,239,241).

#8eeff1 hex color red value is 142, green value is 239 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #8eeff1 hue: 0.50 , saturation: 0.78 and the lightness value of 8eeff1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 11110001
Octal 216 357 361
Decimal 142 239 241
Hex 8E EF F1

RGB Percentages of Color #8eeff1

%22.83
%38.42
%38.75

CMYK Percentages of Color #8eeff1

%41
%1
%0
%5

Triadic Colors of #8eeff1

#8eeff1 #f18eef #eff18e

Analogous Colors of #8eeff1

#8eeff1 #8ebef1 #8ef1c2

Monochromatic Colors of #8eeff1

#8eeff1

Complementary Color

#8eeff1 #f1908e

#8eeff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeff1 Color CSS Codes

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

#8eeff1 Text Font Color

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

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


#8eeff1 Background Color

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

This div background color is #8eeff1


#8eeff1 Border Color

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

This div border color is #8eeff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeff1


Comments

No comments written yet.

Please login to write comment.