Color Hex Logo

#89defe Color Hex

#89DEFE
(137,222,254)
0 Favorites   0 Comments

Color spaces of #89defe

RGB 137222254
HSL0.550.980.77
HSV196°46°100°
CMYK 0.460.130.00   0.00
XYZ54.327264.7167103.3942
Yxy64.71670.24420.2909
Hunter Lab80.4467-20.2372-19.8899
CIE-Lab84.3375-17.5389-23.5855

#89defe color RGB value is (137,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011110 11111110
Octal 211 336 376
Decimal 137 222 254
Hex 89 DE FE

RGB Percentages of Color #89defe

%22.35
%36.22
%41.44

CMYK Percentages of Color #89defe

%46
%13
%0
%0

Triadic Colors of #89defe

#89defe #fe89de #defe89

Analogous Colors of #89defe

#89defe #89a4fe #89fee4

Monochromatic Colors of #89defe

#89defe

Complementary Color

#89defe #fea989

#89defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89defe Color CSS Codes

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

#89defe Text Font Color

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

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


#89defe Background Color

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

This div background color is #89defe


#89defe Border Color

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

This div border color is #89defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89defe


Comments

No comments written yet.

Please login to write comment.