Color Hex Logo

#8beacc Color Hex

#8BEACC
(139,234,204)
0 Favorites   0 Comments

Color spaces of #8beacc

RGB 139234204
HSL0.450.690.73
HSV161°41°92°
CMYK 0.410.000.13   0.08
XYZ50.969468.694267.6997
Yxy68.69420.27200.3666
Hunter Lab82.8820-35.27249.5881
CIE-Lab86.3524-34.95505.7675

#8beacc color RGB value is (139,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 11001100
Octal 213 352 314
Decimal 139 234 204
Hex 8B EA CC

RGB Percentages of Color #8beacc

%24.09
%40.55
%35.36

CMYK Percentages of Color #8beacc

%41
%0
%13
%8

Triadic Colors of #8beacc

#8beacc #cc8bea #eacc8b

Analogous Colors of #8beacc

#8beacc #8bd9ea #8bea9d

Monochromatic Colors of #8beacc

#8beacc

Complementary Color

#8beacc #ea8ba9

#8beacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beacc Color CSS Codes

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

#8beacc Text Font Color

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

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


#8beacc Background Color

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

This div background color is #8beacc


#8beacc Border Color

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

This div border color is #8beacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beacc


Comments

No comments written yet.

Please login to write comment.