Color Hex Logo

#889adb Color Hex

#889ADB
(136,154,219)
0 Favorites   0 Comments

Color spaces of #889adb

RGB 136154219
HSL0.630.540.70
HSV227°38°86°
CMYK 0.380.300.00   0.14
XYZ34.495133.459971.6582
Yxy33.45990.24710.2397
Hunter Lab57.84455.2190-32.9577
CIE-Lab64.53169.5318-35.1188

#889adb color RGB value is (136,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11011011
Octal 210 232 333
Decimal 136 154 219
Hex 88 9A DB

RGB Percentages of Color #889adb

%26.72
%30.26
%43.03

CMYK Percentages of Color #889adb

%38
%30
%0
%14

Triadic Colors of #889adb

#889adb #db889a #9adb88

Analogous Colors of #889adb

#889adb #a088db #88c4db

Monochromatic Colors of #889adb

#889adb

Complementary Color

#889adb #dbc988

#889adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889adb Color CSS Codes

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

#889adb Text Font Color

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

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


#889adb Background Color

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

This div background color is #889adb


#889adb Border Color

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

This div border color is #889adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889adb


Comments

No comments written yet.

Please login to write comment.