Color Hex Logo

#8efafd Color Hex

#8EFAFD
(142,250,253)
0 Favorites   0 Comments

Color spaces of #8efafd

RGB 142250253
HSL0.500.970.77
HSV182°44°99°
CMYK 0.440.010.00   0.01
XYZ63.070681.2138105.2802
Yxy81.21380.25270.3254
Hunter Lab90.1187-32.7825-6.1818
CIE-Lab92.2267-30.3811-11.1715

#8efafd color RGB value is (142,250,253).

#8efafd hex color red value is 142, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8efafd hue: 0.50 , saturation: 0.97 and the lightness value of 8efafd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111010 11111101
Octal 216 372 375
Decimal 142 250 253
Hex 8E FA FD

RGB Percentages of Color #8efafd

%22.02
%38.76
%39.22

CMYK Percentages of Color #8efafd

%44
%1
%0
%1

Triadic Colors of #8efafd

#8efafd #fd8efa #fafd8e

Analogous Colors of #8efafd

#8efafd #8ec3fd #8efdc9

Monochromatic Colors of #8efafd

#8efafd

Complementary Color

#8efafd #fd918e

#8efafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efafd Color CSS Codes

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

#8efafd Text Font Color

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

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


#8efafd Background Color

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

This div background color is #8efafd


#8efafd Border Color

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

This div border color is #8efafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efafd


Comments

No comments written yet.

Please login to write comment.