Color Hex Logo

#8efbff Color Hex

#8EFBFF
(142,251,255)
0 Favorites   0 Comments

Color spaces of #8efbff

RGB 142251255
HSL0.511.000.78
HSV182°44°100°
CMYK 0.440.020.00   0.00
XYZ63.702581.9651107.0711
Yxy81.96510.25200.3243
Hunter Lab90.5346-32.8382-6.7454
CIE-Lab92.5595-30.3636-11.7129

#8efbff color RGB value is (142,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111011 11111111
Octal 216 373 377
Decimal 142 251 255
Hex 8E FB FF

RGB Percentages of Color #8efbff

%21.91
%38.73
%39.35

CMYK Percentages of Color #8efbff

%44
%2
%0
%0

Triadic Colors of #8efbff

#8efbff #ff8efb #fbff8e

Analogous Colors of #8efbff

#8efbff #8ec3ff #8effcb

Monochromatic Colors of #8efbff

#8efbff

Complementary Color

#8efbff #ff928e

#8efbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efbff Color CSS Codes

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

#8efbff Text Font Color

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

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


#8efbff Background Color

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

This div background color is #8efbff


#8efbff Border Color

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

This div border color is #8efbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efbff

Related Colors


Comments

No comments written yet.

Please login to write comment.