Color Hex Logo

#8ffbed Color Hex

#8FFBED
(143,251,237)
0 Favorites   0 Comments

Color spaces of #8ffbed

RGB 143251237
HSL0.480.930.77
HSV172°43°98°
CMYK 0.430.000.06   0.02
XYZ61.110980.948492.5245
Yxy80.94840.26050.3451
Hunter Lab89.9713-36.20792.0074
CIE-Lab92.1087-34.4369-3.0415

#8ffbed color RGB value is (143,251,237).

#8ffbed hex color red value is 143, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8ffbed hue: 0.48 , saturation: 0.93 and the lightness value of 8ffbed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111011 11101101
Octal 217 373 355
Decimal 143 251 237
Hex 8F FB ED

RGB Percentages of Color #8ffbed

%22.66
%39.78
%37.56

CMYK Percentages of Color #8ffbed

%43
%0
%6
%2

Triadic Colors of #8ffbed

#8ffbed #ed8ffb #fbed8f

Analogous Colors of #8ffbed

#8ffbed #8fd3fb #8ffbb7

Monochromatic Colors of #8ffbed

#8ffbed

Complementary Color

#8ffbed #fb8f9d

#8ffbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ffbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ffbed Color CSS Codes

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

#8ffbed Text Font Color

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

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


#8ffbed Background Color

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

This div background color is #8ffbed


#8ffbed Border Color

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

This div border color is #8ffbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ffbed


Comments

No comments written yet.

Please login to write comment.