Color Hex Logo

#8ba5df Color Hex

#8BA5DF
(139,165,223)
0 Favorites   0 Comments

Color spaces of #8ba5df

RGB 139165223
HSL0.620.570.71
HSV221°38°87°
CMYK 0.380.260.00   0.13
XYZ37.421937.726975.1217
Yxy37.72690.24900.2511
Hunter Lab61.42221.2634-29.5183
CIE-Lab67.81885.1768-32.2099

#8ba5df color RGB value is (139,165,223).

#8ba5df hex color red value is 139, green value is 165 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ba5df hue: 0.62 , saturation: 0.57 and the lightness value of 8ba5df is 0.71.

The process color (four color CMYK) of #8ba5df color hex is 0.38, 0.26, 0.00, 0.13. Web safe color of #8ba5df is #9999cc. Color #8ba5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100101 11011111
Octal 213 245 337
Decimal 139 165 223
Hex 8B A5 DF

RGB Percentages of Color #8ba5df

%26.38
%31.31
%42.31

CMYK Percentages of Color #8ba5df

%38
%26
%0
%13

Triadic Colors of #8ba5df

#8ba5df #df8ba5 #a5df8b

Analogous Colors of #8ba5df

#8ba5df #9b8bdf #8bcfdf

Monochromatic Colors of #8ba5df

#8ba5df

Complementary Color

#8ba5df #dfc58b

#8ba5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba5df Color CSS Codes

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

#8ba5df Text Font Color

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

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


#8ba5df Background Color

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

This div background color is #8ba5df


#8ba5df Border Color

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

This div border color is #8ba5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba5df


Comments

No comments written yet.

Please login to write comment.