Color Hex Logo

#889afe Color Hex

#889AFE
(136,154,254)
0 Favorites   0 Comments

Color spaces of #889afe

RGB 136154254
HSL0.640.980.76
HSV231°46°100°
CMYK 0.460.390.00   0.00
XYZ39.598335.501298.5313
Yxy35.50120.22810.2045
Hunter Lab59.582914.3596-56.3389
CIE-Lab66.137019.3970-51.8341

#889afe color RGB value is (136,154,254).

#889afe hex color red value is 136, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #889afe hue: 0.64 , saturation: 0.98 and the lightness value of 889afe is 0.76.

The process color (four color CMYK) of #889afe color hex is 0.46, 0.39, 0.00, 0.00. Web safe color of #889afe is #9999ff. Color #889afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11111110
Octal 210 232 376
Decimal 136 154 254
Hex 88 9A FE

RGB Percentages of Color #889afe

%25.00
%28.31
%46.69

CMYK Percentages of Color #889afe

%46
%39
%0
%0

Triadic Colors of #889afe

#889afe #fe889a #9afe88

Analogous Colors of #889afe

#889afe #b188fe #88d5fe

Monochromatic Colors of #889afe

#889afe

Complementary Color

#889afe #feec88

#889afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#889afe Color CSS Codes

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

#889afe Text Font Color

<p style="color:#889afe">Text here</p>

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


#889afe Background Color

<div style="background-color:#889afe">
Div content here</div>

This div background color is #889afe


#889afe Border Color

<div style="border:3px solid #889afe">
Div here</div>

This div border color is #889afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,154,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889afe;
  -webkit-box-shadow: 1px 1px 3px 2px #889afe;
  box-shadow:         1px 1px 3px 2px #889afe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889afe

Related Colors

#889afe Color Palettes


Comments

No comments written yet.

Please login to write comment.