Color Hex Logo

#8befdf Color Hex

#8BEFDF
(139,239,223)
0 Favorites   0 Comments

Color spaces of #8befdf

RGB 139239223
HSL0.470.760.74
HSV170°42°94°
CMYK 0.420.000.07   0.06
XYZ54.833272.549780.9255
Yxy72.54970.26320.3483
Hunter Lab85.1761-34.14663.2921
CIE-Lab88.2325-33.0433-1.4527

#8befdf color RGB value is (139,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11011111
Octal 213 357 337
Decimal 139 239 223
Hex 8B EF DF

RGB Percentages of Color #8befdf

%23.13
%39.77
%37.10

CMYK Percentages of Color #8befdf

%42
%0
%7
%6

Triadic Colors of #8befdf

#8befdf #df8bef #efdf8b

Analogous Colors of #8befdf

#8befdf #8bcdef #8befad

Monochromatic Colors of #8befdf

#8befdf

Complementary Color

#8befdf #ef8b9b

#8befdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befdf Color CSS Codes

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

#8befdf Text Font Color

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

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


#8befdf Background Color

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

This div background color is #8befdf


#8befdf Border Color

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

This div border color is #8befdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befdf


Comments

No comments written yet.

Please login to write comment.