Color Hex Logo

#8be9cc Color Hex

#8BE9CC
(139,233,204)
0 Favorites   0 Comments

Color spaces of #8be9cc

RGB 139233204
HSL0.450.680.73
HSV161°40°91°
CMYK 0.400.000.12   0.09
XYZ50.685568.126467.6051
Yxy68.12640.27190.3655
Hunter Lab82.5387-34.82929.2144
CIE-Lab86.0696-34.49175.3595

#8be9cc color RGB value is (139,233,204).

#8be9cc hex color red value is 139, green value is 233 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8be9cc hue: 0.45 , saturation: 0.68 and the lightness value of 8be9cc is 0.73.

The process color (four color CMYK) of #8be9cc color hex is 0.40, 0.00, 0.12, 0.09. Web safe color of #8be9cc is #99ffcc. Color #8be9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101001 11001100
Octal 213 351 314
Decimal 139 233 204
Hex 8B E9 CC

RGB Percentages of Color #8be9cc

%24.13
%40.45
%35.42

CMYK Percentages of Color #8be9cc

%40
%0
%12
%9

Triadic Colors of #8be9cc

#8be9cc #cc8be9 #e9cc8b

Analogous Colors of #8be9cc

#8be9cc #8bd7e9 #8be99d

Monochromatic Colors of #8be9cc

#8be9cc

Complementary Color

#8be9cc #e98ba8

#8be9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be9cc Color CSS Codes

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

#8be9cc Text Font Color

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

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


#8be9cc Background Color

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

This div background color is #8be9cc


#8be9cc Border Color

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

This div border color is #8be9cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,233,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 #8be9cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be9cc


Comments

No comments written yet.

Please login to write comment.