Color Hex Logo

#8ba4ee Color Hex

#8BA4EE
(139,164,238)
0 Favorites   0 Comments

Color spaces of #8ba4ee

RGB 139164238
HSL0.620.740.74
HSV225°42°93°
CMYK 0.420.310.00   0.07
XYZ39.355538.212986.1905
Yxy38.21290.24030.2333
Hunter Lab61.81665.4629-39.3961
CIE-Lab68.17729.8382-39.8774

#8ba4ee color RGB value is (139,164,238).

#8ba4ee hex color red value is 139, green value is 164 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8ba4ee hue: 0.62 , saturation: 0.74 and the lightness value of 8ba4ee is 0.74.

The process color (four color CMYK) of #8ba4ee color hex is 0.42, 0.31, 0.00, 0.07. Web safe color of #8ba4ee is #9999ff. Color #8ba4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100100 11101110
Octal 213 244 356
Decimal 139 164 238
Hex 8B A4 EE

RGB Percentages of Color #8ba4ee

%25.69
%30.31
%43.99

CMYK Percentages of Color #8ba4ee

%42
%31
%0
%7

Triadic Colors of #8ba4ee

#8ba4ee #ee8ba4 #a4ee8b

Analogous Colors of #8ba4ee

#8ba4ee #a48bee #8bd6ee

Monochromatic Colors of #8ba4ee

#8ba4ee

Complementary Color

#8ba4ee #eed58b

#8ba4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba4ee Color CSS Codes

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

#8ba4ee Text Font Color

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

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


#8ba4ee Background Color

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

This div background color is #8ba4ee


#8ba4ee Border Color

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

This div border color is #8ba4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba4ee


Comments

No comments written yet.

Please login to write comment.