Color Hex Logo

#8befdd Color Hex

#8BEFDD
(139,239,221)
0 Favorites   0 Comments

Color spaces of #8befdd

RGB 139239221
HSL0.470.760.74
HSV169°42°94°
CMYK 0.420.000.08   0.06
XYZ54.565172.442479.5135
Yxy72.44240.26420.3508
Hunter Lab85.1131-34.51354.1899
CIE-Lab88.1811-33.5011-0.4815

#8befdd color RGB value is (139,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11011101
Octal 213 357 335
Decimal 139 239 221
Hex 8B EF DD

RGB Percentages of Color #8befdd

%23.21
%39.90
%36.89

CMYK Percentages of Color #8befdd

%42
%0
%8
%6

Triadic Colors of #8befdd

#8befdd #dd8bef #efdd8b

Analogous Colors of #8befdd

#8befdd #8bcfef #8befab

Monochromatic Colors of #8befdd

#8befdd

Complementary Color

#8befdd #ef8b9d

#8befdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befdd Color CSS Codes

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

#8befdd Text Font Color

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

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


#8befdd Background Color

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

This div background color is #8befdd


#8befdd Border Color

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

This div border color is #8befdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befdd


Comments

No comments written yet.

Please login to write comment.