Color Hex Logo

#8befeb Color Hex

#8BEFEB
(139,239,235)
0 Favorites   0 Comments

Color spaces of #8befeb

RGB 139239235
HSL0.490.760.74
HSV178°42°94°
CMYK 0.420.000.02   0.06
XYZ56.509473.220189.7518
Yxy73.22010.25750.3336
Hunter Lab85.5687-31.8643-2.2903
CIE-Lab88.5526-30.2241-7.2613

#8befeb color RGB value is (139,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11101011
Octal 213 357 353
Decimal 139 239 235
Hex 8B EF EB

RGB Percentages of Color #8befeb

%22.68
%38.99
%38.34

CMYK Percentages of Color #8befeb

%42
%0
%2
%6

Triadic Colors of #8befeb

#8befeb #eb8bef #efeb8b

Analogous Colors of #8befeb

#8befeb #8bc1ef #8befb9

Monochromatic Colors of #8befeb

#8befeb

Complementary Color

#8befeb #ef8b8f

#8befeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befeb Color CSS Codes

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

#8befeb Text Font Color

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

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


#8befeb Background Color

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

This div background color is #8befeb


#8befeb Border Color

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

This div border color is #8befeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befeb


Comments

No comments written yet.

Please login to write comment.