Color Hex Logo

#8bb5de Color Hex

#8BB5DE
(139,181,222)
0 Favorites   0 Comments

Color spaces of #8bb5de

RGB 139181222
HSL0.580.560.71
HSV210°37°87°
CMYK 0.370.180.00   0.13
XYZ40.356243.810675.4365
Yxy43.81060.25290.2745
Hunter Lab66.1896-6.9992-21.2403
CIE-Lab72.1017-3.9455-25.0722

#8bb5de color RGB value is (139,181,222).

#8bb5de hex color red value is 139, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8bb5de hue: 0.58 , saturation: 0.56 and the lightness value of 8bb5de is 0.71.

The process color (four color CMYK) of #8bb5de color hex is 0.37, 0.18, 0.00, 0.13. Web safe color of #8bb5de is #99cccc. Color #8bb5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110101 11011110
Octal 213 265 336
Decimal 139 181 222
Hex 8B B5 DE

RGB Percentages of Color #8bb5de

%25.65
%33.39
%40.96

CMYK Percentages of Color #8bb5de

%37
%18
%0
%13

Triadic Colors of #8bb5de

#8bb5de #de8bb5 #b5de8b

Analogous Colors of #8bb5de

#8bb5de #8b8cde #8bdede

Monochromatic Colors of #8bb5de

#8bb5de

Complementary Color

#8bb5de #deb48b

#8bb5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb5de Color CSS Codes

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

#8bb5de Text Font Color

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

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


#8bb5de Background Color

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

This div background color is #8bb5de


#8bb5de Border Color

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

This div border color is #8bb5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb5de


Comments

No comments written yet.

Please login to write comment.