Color Hex Logo

#8ba6dd Color Hex

#8BA6DD
(139,166,221)
0 Favorites   0 Comments

Color spaces of #8ba6dd

RGB 139166221
HSL0.610.550.71
HSV220°37°87°
CMYK 0.370.250.00   0.13
XYZ37.334837.981973.7701
Yxy37.98190.25040.2548
Hunter Lab61.62950.2828-27.8292
CIE-Lab68.00734.0801-30.8187

#8ba6dd color RGB value is (139,166,221).

#8ba6dd hex color red value is 139, green value is 166 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8ba6dd hue: 0.61 , saturation: 0.55 and the lightness value of 8ba6dd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100110 11011101
Octal 213 246 335
Decimal 139 166 221
Hex 8B A6 DD

RGB Percentages of Color #8ba6dd

%26.43
%31.56
%42.02

CMYK Percentages of Color #8ba6dd

%37
%25
%0
%13

Triadic Colors of #8ba6dd

#8ba6dd #dd8ba6 #a6dd8b

Analogous Colors of #8ba6dd

#8ba6dd #998bdd #8bcfdd

Monochromatic Colors of #8ba6dd

#8ba6dd

Complementary Color

#8ba6dd #ddc28b

#8ba6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba6dd Color CSS Codes

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

#8ba6dd Text Font Color

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

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


#8ba6dd Background Color

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

This div background color is #8ba6dd


#8ba6dd Border Color

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

This div border color is #8ba6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba6dd


Comments

No comments written yet.

Please login to write comment.