Color Hex Logo

#8beaef Color Hex

#8BEAEF
(139,234,239)
0 Favorites   0 Comments

Color spaces of #8beaef

RGB 139234239
HSL0.510.760.74
HSV183°42°94°
CMYK 0.420.020.00   0.06
XYZ55.650370.566692.3490
Yxy70.56660.25460.3229
Hunter Lab84.0039-28.7555-6.3772
CIE-Lab87.2740-26.8545-11.2574

#8beaef color RGB value is (139,234,239).

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

The process color (four color CMYK) of #8beaef color hex is 0.42, 0.02, 0.00, 0.06. Web safe color of #8beaef is #99ffff. Color #8beaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 11101111
Octal 213 352 357
Decimal 139 234 239
Hex 8B EA EF

RGB Percentages of Color #8beaef

%22.71
%38.24
%39.05

CMYK Percentages of Color #8beaef

%42
%2
%0
%6

Triadic Colors of #8beaef

#8beaef #ef8bea #eaef8b

Analogous Colors of #8beaef

#8beaef #8bb8ef #8befc2

Monochromatic Colors of #8beaef

#8beaef

Complementary Color

#8beaef #ef908b

#8beaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beaef Color CSS Codes

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

#8beaef Text Font Color

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

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


#8beaef Background Color

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

This div background color is #8beaef


#8beaef Border Color

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

This div border color is #8beaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beaef


Comments

No comments written yet.

Please login to write comment.