Color Hex Logo

#89eaeb Color Hex

#89EAEB
(137,234,235)
0 Favorites   0 Comments

Color spaces of #89eaeb

RGB 137234235
HSL0.500.710.73
HSV181°42°92°
CMYK 0.420.000.00   0.08
XYZ54.734770.162289.2551
Yxy70.16220.25560.3276
Hunter Lab83.7629-29.9445-4.5436
CIE-Lab87.0764-28.3092-9.4599

#89eaeb color RGB value is (137,234,235).

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

The process color (four color CMYK) of #89eaeb color hex is 0.42, 0.00, 0.00, 0.08. Web safe color of #89eaeb is #99ffff. Color #89eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101010 11101011
Octal 211 352 353
Decimal 137 234 235
Hex 89 EA EB

RGB Percentages of Color #89eaeb

%22.61
%38.61
%38.78

CMYK Percentages of Color #89eaeb

%42
%0
%0
%8

Triadic Colors of #89eaeb

#89eaeb #eb89ea #eaeb89

Analogous Colors of #89eaeb

#89eaeb #89b9eb #89ebbb

Monochromatic Colors of #89eaeb

#89eaeb

Complementary Color

#89eaeb #eb8a89

#89eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eaeb Color CSS Codes

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

#89eaeb Text Font Color

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

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


#89eaeb Background Color

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

This div background color is #89eaeb


#89eaeb Border Color

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

This div border color is #89eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eaeb


Comments

No comments written yet.

Please login to write comment.