Color Hex Logo

#8ba6da Color Hex

#8BA6DA
(139,166,218)
0 Favorites   0 Comments

Color spaces of #8ba6da

RGB 139166218
HSL0.610.520.70
HSV219°36°85°
CMYK 0.360.240.00   0.15
XYZ36.938637.823471.6834
Yxy37.82340.25220.2583
Hunter Lab61.5007-0.4155-26.0561
CIE-Lab67.89033.2846-29.3484

#8ba6da color RGB value is (139,166,218).

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

The process color (four color CMYK) of #8ba6da color hex is 0.36, 0.24, 0.00, 0.15. Web safe color of #8ba6da is #9999cc. Color #8ba6da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100110 11011010
Octal 213 246 332
Decimal 139 166 218
Hex 8B A6 DA

RGB Percentages of Color #8ba6da

%26.58
%31.74
%41.68

CMYK Percentages of Color #8ba6da

%36
%24
%0
%15

Triadic Colors of #8ba6da

#8ba6da #da8ba6 #a6da8b

Analogous Colors of #8ba6da

#8ba6da #988bda #8bceda

Monochromatic Colors of #8ba6da

#8ba6da

Complementary Color

#8ba6da #dabf8b

#8ba6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba6da Color CSS Codes

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

#8ba6da Text Font Color

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

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


#8ba6da Background Color

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

This div background color is #8ba6da


#8ba6da Border Color

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

This div border color is #8ba6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba6da


Comments

No comments written yet.

Please login to write comment.