Color Hex Logo

#8febcb Color Hex

#8FEBCB
(143,235,203)
0 Favorites   0 Comments

Color spaces of #8febcb

RGB 143235203
HSL0.440.700.74
HSV159°39°92°
CMYK 0.390.000.14   0.08
XYZ51.815569.568167.1969
Yxy69.56810.27480.3689
Hunter Lab83.4075-35.073010.6185
CIE-Lab86.7846-34.58256.9364

#8febcb color RGB value is (143,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101011 11001011
Octal 217 353 313
Decimal 143 235 203
Hex 8F EB CB

RGB Percentages of Color #8febcb

%24.61
%40.45
%34.94

CMYK Percentages of Color #8febcb

%39
%0
%14
%8

Triadic Colors of #8febcb

#8febcb #cb8feb #ebcb8f

Analogous Colors of #8febcb

#8febcb #8fddeb #8feb9d

Monochromatic Colors of #8febcb

#8febcb

Complementary Color

#8febcb #eb8faf

#8febcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8febcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8febcb Color CSS Codes

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

#8febcb Text Font Color

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

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


#8febcb Background Color

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

This div background color is #8febcb


#8febcb Border Color

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

This div border color is #8febcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8febcb


Comments

No comments written yet.

Please login to write comment.