Color Hex Logo

#8894ef Color Hex

#8894EF
(136,148,239)
0 Favorites   0 Comments

Color spaces of #8894ef

RGB 136148239
HSL0.650.760.74
HSV233°43°94°
CMYK 0.430.380.00   0.06
XYZ36.323232.646086.0482
Yxy32.64600.23430.2106
Hunter Lab57.136713.4877-49.2954
CIE-Lab63.873218.5616-47.1962

#8894ef color RGB value is (136,148,239).

#8894ef hex color red value is 136, green value is 148 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8894ef hue: 0.65 , saturation: 0.76 and the lightness value of 8894ef is 0.74.

The process color (four color CMYK) of #8894ef color hex is 0.43, 0.38, 0.00, 0.06. Web safe color of #8894ef is #9999ff. Color #8894ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010100 11101111
Octal 210 224 357
Decimal 136 148 239
Hex 88 94 EF

RGB Percentages of Color #8894ef

%26.00
%28.30
%45.70

CMYK Percentages of Color #8894ef

%43
%38
%0
%6

Triadic Colors of #8894ef

#8894ef #ef8894 #94ef88

Analogous Colors of #8894ef

#8894ef #b088ef #88c8ef

Monochromatic Colors of #8894ef

#8894ef

Complementary Color

#8894ef #efe388

#8894ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8894ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8894ef Color CSS Codes

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

#8894ef Text Font Color

<p style="color:#8894ef">Text here</p>

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


#8894ef Background Color

<div style="background-color:#8894ef">
Div content here</div>

This div background color is #8894ef


#8894ef Border Color

<div style="border:3px solid #8894ef">
Div here</div>

This div border color is #8894ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,148,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8894ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8894ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8894ef;
  box-shadow:         1px 1px 3px 2px #8894ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,148,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8894ef


Comments

No comments written yet.

Please login to write comment.