Color Hex Logo

#8bb9ea Color Hex

#8BB9EA
(139,185,234)
0 Favorites   0 Comments

Color spaces of #8bb9ea

RGB 139185234
HSL0.590.690.73
HSV211°41°92°
CMYK 0.410.210.00   0.08
XYZ42.847746.127484.4871
Yxy46.12740.24700.2659
Hunter Lab67.9172-6.2426-26.2131
CIE-Lab73.6281-2.9450-29.2524

#8bb9ea color RGB value is (139,185,234).

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

The process color (four color CMYK) of #8bb9ea color hex is 0.41, 0.21, 0.00, 0.08. Web safe color of #8bb9ea is #99ccff. Color #8bb9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111001 11101010
Octal 213 271 352
Decimal 139 185 234
Hex 8B B9 EA

RGB Percentages of Color #8bb9ea

%24.91
%33.15
%41.94

CMYK Percentages of Color #8bb9ea

%41
%21
%0
%8

Triadic Colors of #8bb9ea

#8bb9ea #ea8bb9 #b9ea8b

Analogous Colors of #8bb9ea

#8bb9ea #8d8bea #8be9ea

Monochromatic Colors of #8bb9ea

#8bb9ea

Complementary Color

#8bb9ea #eabc8b

#8bb9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb9ea Color CSS Codes

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

#8bb9ea Text Font Color

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

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


#8bb9ea Background Color

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

This div background color is #8bb9ea


#8bb9ea Border Color

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

This div border color is #8bb9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb9ea


Comments

No comments written yet.

Please login to write comment.