Color Hex Logo

#89deec Color Hex

#89DEEC
(137,222,236)
0 Favorites   0 Comments

Color spaces of #89deec

RGB 137222236
HSL0.520.720.73
HSV188°42°93°
CMYK 0.420.060.00   0.07
XYZ51.578163.617088.9177
Yxy63.61700.25270.3117
Hunter Lab79.7603-24.1509-10.2650
CIE-Lab83.7660-22.1959-14.9314

#89deec color RGB value is (137,222,236).

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

The process color (four color CMYK) of #89deec color hex is 0.42, 0.06, 0.00, 0.07. Web safe color of #89deec is #99ccff. Color #89deec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011110 11101100
Octal 211 336 354
Decimal 137 222 236
Hex 89 DE EC

RGB Percentages of Color #89deec

%23.03
%37.31
%39.66

CMYK Percentages of Color #89deec

%42
%6
%0
%7

Triadic Colors of #89deec

#89deec #ec89de #deec89

Analogous Colors of #89deec

#89deec #89adec #89ecc9

Monochromatic Colors of #89deec

#89deec

Complementary Color

#89deec #ec9789

#89deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#89deec Color CSS Codes

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

#89deec Text Font Color

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

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


#89deec Background Color

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

This div background color is #89deec


#89deec Border Color

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

This div border color is #89deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89deec


Comments

No comments written yet.

Please login to write comment.