Color Hex Logo

#8befde Color Hex

#8BEFDE
(139,239,222)
0 Favorites   0 Comments

Color spaces of #8befde

RGB 139239222
HSL0.470.760.74
HSV170°42°94°
CMYK 0.420.000.07   0.06
XYZ54.698872.495980.2174
Yxy72.49590.26370.3495
Hunter Lab85.1445-34.33043.7421
CIE-Lab88.2067-33.2725-0.9672

#8befde color RGB value is (139,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11011110
Octal 213 357 336
Decimal 139 239 222
Hex 8B EF DE

RGB Percentages of Color #8befde

%23.17
%39.83
%37.00

CMYK Percentages of Color #8befde

%42
%0
%7
%6

Triadic Colors of #8befde

#8befde #de8bef #efde8b

Analogous Colors of #8befde

#8befde #8bceef #8befac

Monochromatic Colors of #8befde

#8befde

Complementary Color

#8befde #ef8b9c

#8befde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befde Color CSS Codes

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

#8befde Text Font Color

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

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


#8befde Background Color

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

This div background color is #8befde


#8befde Border Color

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

This div border color is #8befde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befde


Comments

No comments written yet.

Please login to write comment.