Color Hex Logo

#89ddff Color Hex

#89DDFF
(137,221,255)
0 Favorites   0 Comments

Color spaces of #89ddff

RGB 137221255
HSL0.551.000.77
HSV197°46°100°
CMYK 0.460.130.00   0.00
XYZ54.223064.2513104.1516
Yxy64.25130.24360.2886
Hunter Lab80.1569-19.5264-20.9284
CIE-Lab84.0964-16.7651-24.4800

#89ddff color RGB value is (137,221,255).

#89ddff hex color red value is 137, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #89ddff hue: 0.55 , saturation: 1.00 and the lightness value of 89ddff is 0.77.

The process color (four color CMYK) of #89ddff color hex is 0.46, 0.13, 0.00, 0.00. Web safe color of #89ddff is #99ccff. Color #89ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 11111111
Octal 211 335 377
Decimal 137 221 255
Hex 89 DD FF

RGB Percentages of Color #89ddff

%22.35
%36.05
%41.60

CMYK Percentages of Color #89ddff

%46
%13
%0
%0

Triadic Colors of #89ddff

#89ddff #ff89dd #ddff89

Analogous Colors of #89ddff

#89ddff #89a2ff #89ffe6

Monochromatic Colors of #89ddff

#89ddff

Complementary Color

#89ddff #ffab89

#89ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ddff Color CSS Codes

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

#89ddff Text Font Color

<p style="color:#89ddff">Text here</p>

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


#89ddff Background Color

<div style="background-color:#89ddff">
Div content here</div>

This div background color is #89ddff


#89ddff Border Color

<div style="border:3px solid #89ddff">
Div here</div>

This div border color is #89ddff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,221,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89ddff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89ddff;
  -webkit-box-shadow: 1px 1px 3px 2px #89ddff;
  box-shadow:         1px 1px 3px 2px #89ddff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ddff

#89ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.