Color Hex Logo

#8beecc Color Hex

#8BEECC
(139,238,204)
0 Favorites   0 Comments

Color spaces of #8beecc

RGB 139238204
HSL0.440.740.74
HSV159°42°93°
CMYK 0.420.000.14   0.07
XYZ52.121170.997768.0836
Yxy70.99770.27260.3713
Hunter Lab84.2601-37.039811.0748
CIE-Lab87.4839-36.79537.3963

#8beecc color RGB value is (139,238,204).

#8beecc hex color red value is 139, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8beecc hue: 0.44 , saturation: 0.74 and the lightness value of 8beecc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101110 11001100
Octal 213 356 314
Decimal 139 238 204
Hex 8B EE CC

RGB Percentages of Color #8beecc

%23.92
%40.96
%35.11

CMYK Percentages of Color #8beecc

%42
%0
%14
%7

Triadic Colors of #8beecc

#8beecc #cc8bee #eecc8b

Analogous Colors of #8beecc

#8beecc #8bdfee #8bee9b

Monochromatic Colors of #8beecc

#8beecc

Complementary Color

#8beecc #ee8bad

#8beecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beecc Color CSS Codes

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

#8beecc Text Font Color

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

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


#8beecc Background Color

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

This div background color is #8beecc


#8beecc Border Color

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

This div border color is #8beecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beecc


Comments

No comments written yet.

Please login to write comment.