Color Hex Logo

#89dbda Color Hex

#89DBDA
(137,219,218)
1 Favorites   0 Comments

Color spaces of #89dbda

RGB 137219218
HSL0.500.530.70
HSV179°37°86°
CMYK 0.370.000.00   0.14
XYZ48.302961.043475.5664
Yxy61.04340.26120.3301
Hunter Lab78.1303-26.3730-2.6532
CIE-Lab82.4021-25.1388-7.4145

#89dbda color RGB value is (137,219,218).

#89dbda hex color red value is 137, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #89dbda hue: 0.50 , saturation: 0.53 and the lightness value of 89dbda is 0.70.

The process color (four color CMYK) of #89dbda color hex is 0.37, 0.00, 0.00, 0.14. Web safe color of #89dbda is #99cccc. Color #89dbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 11011010
Octal 211 333 332
Decimal 137 219 218
Hex 89 DB DA

RGB Percentages of Color #89dbda

%23.87
%38.15
%37.98

CMYK Percentages of Color #89dbda

%37
%0
%0
%14

Triadic Colors of #89dbda

#89dbda #da89db #dbda89

Analogous Colors of #89dbda

#89dbda #89b3db #89dbb1

Monochromatic Colors of #89dbda

#89dbda

Complementary Color

#89dbda #db898a

#89dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbda Color CSS Codes

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

#89dbda Text Font Color

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

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


#89dbda Background Color

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

This div background color is #89dbda


#89dbda Border Color

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

This div border color is #89dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbda


Comments

No comments written yet.

Please login to write comment.