Color Hex Logo

#8befdc Color Hex

#8BEFDC
(139,239,220)
0 Favorites   0 Comments

Color spaces of #8befdc

RGB 139239220
HSL0.470.760.74
HSV169°42°94°
CMYK 0.420.000.08   0.06
XYZ54.432272.389378.8138
Yxy72.38930.26470.3520
Hunter Lab85.0819-34.69574.6353
CIE-Lab88.1556-33.72900.0044

#8befdc color RGB value is (139,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11011100
Octal 213 357 334
Decimal 139 239 220
Hex 8B EF DC

RGB Percentages of Color #8befdc

%23.24
%39.97
%36.79

CMYK Percentages of Color #8befdc

%42
%0
%8
%6

Triadic Colors of #8befdc

#8befdc #dc8bef #efdc8b

Analogous Colors of #8befdc

#8befdc #8bd0ef #8befaa

Monochromatic Colors of #8befdc

#8befdc

Complementary Color

#8befdc #ef8b9e

#8befdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befdc Color CSS Codes

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

#8befdc Text Font Color

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

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


#8befdc Background Color

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

This div background color is #8befdc


#8befdc Border Color

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

This div border color is #8befdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befdc


Comments

No comments written yet.

Please login to write comment.