Color Hex Logo

#89caea Color Hex

#89CAEA
(137,202,234)
0 Favorites   0 Comments

Color spaces of #89caea

RGB 137202234
HSL0.550.700.73
HSV200°41°92°
CMYK 0.410.140.00   0.08
XYZ46.288353.499985.7288
Yxy53.49990.24950.2884
Hunter Lab73.1436-15.0392-18.2910
CIE-Lab78.1692-12.5200-22.3189

#89caea color RGB value is (137,202,234).

#89caea hex color red value is 137, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #89caea hue: 0.55 , saturation: 0.70 and the lightness value of 89caea is 0.73.

The process color (four color CMYK) of #89caea color hex is 0.41, 0.14, 0.00, 0.08. Web safe color of #89caea is #99ccff. Color #89caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 11101010
Octal 211 312 352
Decimal 137 202 234
Hex 89 CA EA

RGB Percentages of Color #89caea

%23.91
%35.25
%40.84

CMYK Percentages of Color #89caea

%41
%14
%0
%8

Triadic Colors of #89caea

#89caea #ea89ca #caea89

Analogous Colors of #89caea

#89caea #899aea #89eada

Monochromatic Colors of #89caea

#89caea

Complementary Color

#89caea #eaa989

#89caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#89caea Color CSS Codes

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

#89caea Text Font Color

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

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


#89caea Background Color

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

This div background color is #89caea


#89caea Border Color

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

This div border color is #89caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89caea


Comments

No comments written yet.

Please login to write comment.