Color Hex Logo

#8beaec Color Hex

#8BEAEC
(139,234,236)
0 Favorites   0 Comments

Color spaces of #8beaec

RGB 139234236
HSL0.500.720.74
HSV181°41°93°
CMYK 0.410.010.00   0.07
XYZ55.210670.390790.0337
Yxy70.39070.25600.3264
Hunter Lab83.8992-29.3600-4.8957
CIE-Lab87.1881-27.5889-9.8099

#8beaec color RGB value is (139,234,236).

#8beaec hex color red value is 139, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8beaec hue: 0.50 , saturation: 0.72 and the lightness value of 8beaec is 0.74.

The process color (four color CMYK) of #8beaec color hex is 0.41, 0.01, 0.00, 0.07. Web safe color of #8beaec is #99ffff. Color #8beaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 11101100
Octal 213 352 354
Decimal 139 234 236
Hex 8B EA EC

RGB Percentages of Color #8beaec

%22.82
%38.42
%38.75

CMYK Percentages of Color #8beaec

%41
%1
%0
%7

Triadic Colors of #8beaec

#8beaec #ec8bea #eaec8b

Analogous Colors of #8beaec

#8beaec #8bbaec #8becbe

Monochromatic Colors of #8beaec

#8beaec

Complementary Color

#8beaec #ec8d8b

#8beaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beaec Color CSS Codes

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

#8beaec Text Font Color

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

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


#8beaec Background Color

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

This div background color is #8beaec


#8beaec Border Color

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

This div border color is #8beaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beaec


Comments

No comments written yet.

Please login to write comment.