Color Hex Logo

#8febbb Color Hex

#8FEBBB
(143,235,187)
0 Favorites   0 Comments

Color spaces of #8febbb

RGB 143235187
HSL0.410.700.74
HSV149°39°92°
CMYK 0.390.000.20   0.08
XYZ50.005768.844257.6664
Yxy68.84420.28330.3900
Hunter Lab82.9724-37.623616.8737
CIE-Lab86.4268-37.852414.7834

#8febbb color RGB value is (143,235,187).

#8febbb hex color red value is 143, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8febbb hue: 0.41 , saturation: 0.70 and the lightness value of 8febbb is 0.74.

The process color (four color CMYK) of #8febbb color hex is 0.39, 0.00, 0.20, 0.08. Web safe color of #8febbb is #99ffcc. Color #8febbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101011 10111011
Octal 217 353 273
Decimal 143 235 187
Hex 8F EB BB

RGB Percentages of Color #8febbb

%25.31
%41.59
%33.10

CMYK Percentages of Color #8febbb

%39
%0
%20
%8

Triadic Colors of #8febbb

#8febbb #bb8feb #ebbb8f

Analogous Colors of #8febbb

#8febbb #8febe9 #91eb8f

Monochromatic Colors of #8febbb

#8febbb

Complementary Color

#8febbb #eb8fbf

#8febbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8febbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8febbb Color CSS Codes

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

#8febbb Text Font Color

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

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


#8febbb Background Color

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

This div background color is #8febbb


#8febbb Border Color

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

This div border color is #8febbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8febbb


Comments

No comments written yet.

Please login to write comment.