Color Hex Logo

#889ace Color Hex

#889ACE
(136,154,206)
0 Favorites   0 Comments

Color spaces of #889ace

RGB 136154206
HSL0.620.420.67
HSV225°34°81°
CMYK 0.340.250.00   0.19
XYZ32.849532.801762.9925
Yxy32.80170.25540.2550
Hunter Lab57.27282.1535-25.1203
CIE-Lab64.00006.0589-28.7193

#889ace color RGB value is (136,154,206).

#889ace hex color red value is 136, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #889ace hue: 0.62 , saturation: 0.42 and the lightness value of 889ace is 0.67.

The process color (four color CMYK) of #889ace color hex is 0.34, 0.25, 0.00, 0.19. Web safe color of #889ace is #9999cc. Color #889ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11001110
Octal 210 232 316
Decimal 136 154 206
Hex 88 9A CE

RGB Percentages of Color #889ace

%27.42
%31.05
%41.53

CMYK Percentages of Color #889ace

%34
%25
%0
%19

Triadic Colors of #889ace

#889ace #ce889a #9ace88

Analogous Colors of #889ace

#889ace #9988ce #88bdce

Monochromatic Colors of #889ace

#889ace

Complementary Color

#889ace #cebc88

#889ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ace Color CSS Codes

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

#889ace Text Font Color

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

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


#889ace Background Color

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

This div background color is #889ace


#889ace Border Color

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

This div border color is #889ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ace


Comments

No comments written yet.

Please login to write comment.