Color Hex Logo

#8fefee Color Hex

#8FEFEE
(143,239,238)
0 Favorites   0 Comments

Color spaces of #8fefee

RGB 143239238
HSL0.500.750.75
HSV179°40°94°
CMYK 0.400.000.00   0.06
XYZ57.626873.745792.0860
Yxy73.74570.25790.3300
Hunter Lab85.8753-30.4990-3.4653
CIE-Lab88.8022-28.5467-8.4428

#8fefee color RGB value is (143,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101111 11101110
Octal 217 357 356
Decimal 143 239 238
Hex 8F EF EE

RGB Percentages of Color #8fefee

%23.06
%38.55
%38.39

CMYK Percentages of Color #8fefee

%40
%0
%0
%6

Triadic Colors of #8fefee

#8fefee #ee8fef #efee8f

Analogous Colors of #8fefee

#8fefee #8fc0ef #8fefbe

Monochromatic Colors of #8fefee

#8fefee

Complementary Color

#8fefee #ef8f90

#8fefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fefee Color CSS Codes

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

#8fefee Text Font Color

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

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


#8fefee Background Color

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

This div background color is #8fefee


#8fefee Border Color

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

This div border color is #8fefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fefee


Comments

No comments written yet.

Please login to write comment.