Color Hex Logo

#89cae5 Color Hex

#89CAE5
(137,202,229)
0 Favorites   0 Comments

Color spaces of #89cae5

RGB 137202229
HSL0.550.640.72
HSV198°40°90°
CMYK 0.400.120.00   0.10
XYZ45.579953.216681.9982
Yxy53.21660.25210.2943
Hunter Lab72.9497-16.1329-15.5794
CIE-Lab78.0027-13.8194-19.8873

#89cae5 color RGB value is (137,202,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 11100101
Octal 211 312 345
Decimal 137 202 229
Hex 89 CA E5

RGB Percentages of Color #89cae5

%24.12
%35.56
%40.32

CMYK Percentages of Color #89cae5

%40
%12
%0
%10

Triadic Colors of #89cae5

#89cae5 #e589ca #cae589

Analogous Colors of #89cae5

#89cae5 #899ce5 #89e5d2

Monochromatic Colors of #89cae5

#89cae5

Complementary Color

#89cae5 #e5a489

#89cae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cae5 Color CSS Codes

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

#89cae5 Text Font Color

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

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


#89cae5 Background Color

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

This div background color is #89cae5


#89cae5 Border Color

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

This div border color is #89cae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cae5


Comments

No comments written yet.

Please login to write comment.