Color Hex Logo

#8efbcb Color Hex

#8EFBCB
(142,251,203)
0 Favorites   0 Comments

Color spaces of #8efbcb

RGB 142251203
HSL0.430.930.77
HSV154°43°98°
CMYK 0.430.000.19   0.02
XYZ56.432079.056968.7852
Yxy79.05690.27630.3870
Hunter Lab88.9139-42.308816.3721
CIE-Lab91.2600-42.086113.3215

#8efbcb color RGB value is (142,251,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111011 11001011
Octal 216 373 313
Decimal 142 251 203
Hex 8E FB CB

RGB Percentages of Color #8efbcb

%23.83
%42.11
%34.06

CMYK Percentages of Color #8efbcb

%43
%0
%19
%2

Triadic Colors of #8efbcb

#8efbcb #cb8efb #fbcb8e

Analogous Colors of #8efbcb

#8efbcb #8ef5fb #8efb95

Monochromatic Colors of #8efbcb

#8efbcb

Complementary Color

#8efbcb #fb8ebe

#8efbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efbcb Color CSS Codes

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

#8efbcb Text Font Color

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

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


#8efbcb Background Color

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

This div background color is #8efbcb


#8efbcb Border Color

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

This div border color is #8efbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,251,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 #8efbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efbcb


Comments

No comments written yet.

Please login to write comment.