Color Hex Logo

#8ffbda Color Hex

#8FFBDA
(143,251,218)
0 Favorites   0 Comments

Color spaces of #8ffbda

RGB 143251218
HSL0.450.930.77
HSV162°43°98°
CMYK 0.430.000.13   0.02
XYZ58.479879.896078.6689
Yxy79.89600.26940.3681
Hunter Lab89.3846-39.639510.3870
CIE-Lab91.6382-38.69316.1189

#8ffbda color RGB value is (143,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111011 11011010
Octal 217 373 332
Decimal 143 251 218
Hex 8F FB DA

RGB Percentages of Color #8ffbda

%23.37
%41.01
%35.62

CMYK Percentages of Color #8ffbda

%43
%0
%13
%2

Triadic Colors of #8ffbda

#8ffbda #da8ffb #fbda8f

Analogous Colors of #8ffbda

#8ffbda #8fe6fb #8ffba4

Monochromatic Colors of #8ffbda

#8ffbda

Complementary Color

#8ffbda #fb8fb0

#8ffbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ffbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ffbda Color CSS Codes

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

#8ffbda Text Font Color

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

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


#8ffbda Background Color

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

This div background color is #8ffbda


#8ffbda Border Color

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

This div border color is #8ffbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ffbda


Comments

No comments written yet.

Please login to write comment.