Color Hex Logo

#889add Color Hex

#889ADD
(136,154,221)
0 Favorites   0 Comments

Color spaces of #889add

RGB 136154221
HSL0.630.560.70
HSV227°38°87°
CMYK 0.380.300.00   0.13
XYZ34.760133.565973.0534
Yxy33.56590.24590.2374
Hunter Lab57.93615.7071-34.2053
CIE-Lab64.616510.0766-36.0941

#889add color RGB value is (136,154,221).

#889add hex color red value is 136, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #889add hue: 0.63 , saturation: 0.56 and the lightness value of 889add is 0.70.

The process color (four color CMYK) of #889add color hex is 0.38, 0.30, 0.00, 0.13. Web safe color of #889add is #9999cc. Color #889add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11011101
Octal 210 232 335
Decimal 136 154 221
Hex 88 9A DD

RGB Percentages of Color #889add

%26.61
%30.14
%43.25

CMYK Percentages of Color #889add

%38
%30
%0
%13

Triadic Colors of #889add

#889add #dd889a #9add88

Analogous Colors of #889add

#889add #a188dd #88c5dd

Monochromatic Colors of #889add

#889add

Complementary Color

#889add #ddcb88

#889add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889add Color Preview on White Background

Lorem ipsum dolor sit amet.

#889add Color CSS Codes

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

#889add Text Font Color

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

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


#889add Background Color

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

This div background color is #889add


#889add Border Color

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

This div border color is #889add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889add


Comments

No comments written yet.

Please login to write comment.