Color Hex Logo

#8beaff Color Hex

#8BEAFF
(139,234,255)
0 Favorites   0 Comments

Color spaces of #8beaff

RGB 139234255
HSL0.531.000.77
HSV191°45°100°
CMYK 0.450.080.00   0.00
XYZ58.120371.5546105.3559
Yxy71.55460.24730.3044
Hunter Lab84.5900-25.3881-14.6321
CIE-Lab87.7538-22.8232-18.9309

#8beaff color RGB value is (139,234,255).

#8beaff hex color red value is 139, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8beaff hue: 0.53 , saturation: 1.00 and the lightness value of 8beaff is 0.77.

The process color (four color CMYK) of #8beaff color hex is 0.45, 0.08, 0.00, 0.00. Web safe color of #8beaff is #99ffff. Color #8beaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 11111111
Octal 213 352 377
Decimal 139 234 255
Hex 8B EA FF

RGB Percentages of Color #8beaff

%22.13
%37.26
%40.61

CMYK Percentages of Color #8beaff

%45
%8
%0
%0

Triadic Colors of #8beaff

#8beaff #ff8bea #eaff8b

Analogous Colors of #8beaff

#8beaff #8bb0ff #8bffda

Monochromatic Colors of #8beaff

#8beaff

Complementary Color

#8beaff #ffa08b

#8beaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beaff Color CSS Codes

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

#8beaff Text Font Color

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

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


#8beaff Background Color

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

This div background color is #8beaff


#8beaff Border Color

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

This div border color is #8beaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beaff


Comments

No comments written yet.

Please login to write comment.