Color Hex Logo

#8efefd Color Hex

#8EFEFD
(142,254,253)
0 Favorites   0 Comments

Color spaces of #8efefd

RGB 142254253
HSL0.500.980.78
HSV179°44°100°
CMYK 0.440.000.00   0.00
XYZ64.326883.7263105.6989
Yxy83.72630.25350.3300
Hunter Lab91.5021-34.6415-4.4376
CIE-Lab93.3315-32.2666-9.5285

#8efefd color RGB value is (142,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111110 11111101
Octal 216 376 375
Decimal 142 254 253
Hex 8E FE FD

RGB Percentages of Color #8efefd

%21.88
%39.14
%38.98

CMYK Percentages of Color #8efefd

%44
%0
%0
%0

Triadic Colors of #8efefd

#8efefd #fd8efe #fefd8e

Analogous Colors of #8efefd

#8efefd #8ec7fe #8efec5

Monochromatic Colors of #8efefd

#8efefd

Complementary Color

#8efefd #fe8e8f

#8efefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efefd Color CSS Codes

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

#8efefd Text Font Color

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

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


#8efefd Background Color

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

This div background color is #8efefd


#8efefd Border Color

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

This div border color is #8efefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efefd

Related Colors


Comments

No comments written yet.

Please login to write comment.