Color Hex Logo

#8ba7eb Color Hex

#8BA7EB
(139,167,235)
0 Favorites   0 Comments

Color spaces of #8ba7eb

RGB 139167235
HSL0.620.710.73
HSV223°41°92°
CMYK 0.410.290.00   0.08
XYZ39.461639.124684.0692
Yxy39.12460.24260.2405
Hunter Lab62.54973.1509-35.9033
CIE-Lab68.84147.3099-37.2018

#8ba7eb color RGB value is (139,167,235).

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

The process color (four color CMYK) of #8ba7eb color hex is 0.41, 0.29, 0.00, 0.08. Web safe color of #8ba7eb is #9999ff. Color #8ba7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100111 11101011
Octal 213 247 353
Decimal 139 167 235
Hex 8B A7 EB

RGB Percentages of Color #8ba7eb

%25.69
%30.87
%43.44

CMYK Percentages of Color #8ba7eb

%41
%29
%0
%8

Triadic Colors of #8ba7eb

#8ba7eb #eb8ba7 #a7eb8b

Analogous Colors of #8ba7eb

#8ba7eb #9f8beb #8bd7eb

Monochromatic Colors of #8ba7eb

#8ba7eb

Complementary Color

#8ba7eb #ebcf8b

#8ba7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba7eb Color CSS Codes

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

#8ba7eb Text Font Color

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

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


#8ba7eb Background Color

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

This div background color is #8ba7eb


#8ba7eb Border Color

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

This div border color is #8ba7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba7eb


Comments

No comments written yet.

Please login to write comment.