Color Hex Logo

#89d1c4 Color Hex

#89D1C4
(137,209,196)
0 Favorites   0 Comments

Color spaces of #89d1c4

RGB 137209196
HSL0.470.440.68
HSV169°34°82°
CMYK 0.340.000.06   0.18
XYZ43.080854.904860.5516
Yxy54.90480.27170.3463
Hunter Lab74.0978-25.89033.4175
CIE-Lab78.9864-25.3470-0.6998

#89d1c4 color RGB value is (137,209,196).

#89d1c4 hex color red value is 137, green value is 209 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #89d1c4 hue: 0.47 , saturation: 0.44 and the lightness value of 89d1c4 is 0.68.

The process color (four color CMYK) of #89d1c4 color hex is 0.34, 0.00, 0.06, 0.18. Web safe color of #89d1c4 is #99cccc. Color #89d1c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11010001 11000100
Octal 211 321 304
Decimal 137 209 196
Hex 89 D1 C4

RGB Percentages of Color #89d1c4

%25.28
%38.56
%36.16

CMYK Percentages of Color #89d1c4

%34
%0
%6
%18

Triadic Colors of #89d1c4

#89d1c4 #c489d1 #d1c489

Analogous Colors of #89d1c4

#89d1c4 #89bad1 #89d1a0

Monochromatic Colors of #89d1c4

#89d1c4

Complementary Color

#89d1c4 #d18996

#89d1c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89d1c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89d1c4 Color CSS Codes

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

#89d1c4 Text Font Color

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

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


#89d1c4 Background Color

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

This div background color is #89d1c4


#89d1c4 Border Color

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

This div border color is #89d1c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89d1c4


Comments

No comments written yet.

Please login to write comment.