Color Hex Logo

#8befbc Color Hex

#8BEFBC
(139,239,188)
0 Favorites   0 Comments

Color spaces of #8befbc

RGB 139239188
HSL0.420.760.74
HSV149°42°94°
CMYK 0.420.000.21   0.06
XYZ50.591170.852858.5865
Yxy70.85280.28100.3936
Hunter Lab84.1741-40.021017.6551
CIE-Lab87.4134-40.536015.6284

#8befbc color RGB value is (139,239,188).

#8befbc hex color red value is 139, green value is 239 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8befbc hue: 0.42 , saturation: 0.76 and the lightness value of 8befbc is 0.74.

The process color (four color CMYK) of #8befbc color hex is 0.42, 0.00, 0.21, 0.06. Web safe color of #8befbc is #99ffcc. Color #8befbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 10111100
Octal 213 357 274
Decimal 139 239 188
Hex 8B EF BC

RGB Percentages of Color #8befbc

%24.56
%42.23
%33.22

CMYK Percentages of Color #8befbc

%42
%0
%21
%6

Triadic Colors of #8befbc

#8befbc #bc8bef #efbc8b

Analogous Colors of #8befbc

#8befbc #8befee #8cef8b

Monochromatic Colors of #8befbc

#8befbc

Complementary Color

#8befbc #ef8bbe

#8befbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befbc Color CSS Codes

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

#8befbc Text Font Color

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

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


#8befbc Background Color

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

This div background color is #8befbc


#8befbc Border Color

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

This div border color is #8befbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,239,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8befbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8befbc;
  -webkit-box-shadow: 1px 1px 3px 2px #8befbc;
  box-shadow:         1px 1px 3px 2px #8befbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,239,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befbc


Comments

No comments written yet.

Please login to write comment.