Color Hex Logo

#89dde6 Color Hex

#89DDE6
(137,221,230)
0 Favorites   0 Comments

Color spaces of #89dde6

RGB 137221230
HSL0.520.650.72
HSV186°40°90°
CMYK 0.400.040.00   0.10
XYZ50.455962.744484.3145
Yxy62.74440.25550.3177
Hunter Lab79.2114-24.9193-7.6618
CIE-Lab83.3077-23.2001-12.4382

#89dde6 color RGB value is (137,221,230).

#89dde6 hex color red value is 137, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #89dde6 hue: 0.52 , saturation: 0.65 and the lightness value of 89dde6 is 0.72.

The process color (four color CMYK) of #89dde6 color hex is 0.40, 0.04, 0.00, 0.10. Web safe color of #89dde6 is #99ccff. Color #89dde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 11100110
Octal 211 335 346
Decimal 137 221 230
Hex 89 DD E6

RGB Percentages of Color #89dde6

%23.30
%37.59
%39.12

CMYK Percentages of Color #89dde6

%40
%4
%0
%10

Triadic Colors of #89dde6

#89dde6 #e689dd #dde689

Analogous Colors of #89dde6

#89dde6 #89afe6 #89e6c1

Monochromatic Colors of #89dde6

#89dde6

Complementary Color

#89dde6 #e69289

#89dde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dde6 Color CSS Codes

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

#89dde6 Text Font Color

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

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


#89dde6 Background Color

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

This div background color is #89dde6


#89dde6 Border Color

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

This div border color is #89dde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dde6


Comments

No comments written yet.

Please login to write comment.