Color Hex Logo

#89afdf Color Hex

#89AFDF
(137,175,223)
0 Favorites   0 Comments

Color spaces of #89afdf

RGB 137175223
HSL0.590.570.71
HSV213°39°87°
CMYK 0.390.220.00   0.13
XYZ38.965841.306075.7312
Yxy41.30600.24980.2648
Hunter Lab64.2697-4.2501-24.8746
CIE-Lab70.3898-0.9328-28.2540

#89afdf color RGB value is (137,175,223).

#89afdf hex color red value is 137, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #89afdf hue: 0.59 , saturation: 0.57 and the lightness value of 89afdf is 0.71.

The process color (four color CMYK) of #89afdf color hex is 0.39, 0.22, 0.00, 0.13. Web safe color of #89afdf is #9999cc. Color #89afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101111 11011111
Octal 211 257 337
Decimal 137 175 223
Hex 89 AF DF

RGB Percentages of Color #89afdf

%25.61
%32.71
%41.68

CMYK Percentages of Color #89afdf

%39
%22
%0
%13

Triadic Colors of #89afdf

#89afdf #df89af #afdf89

Analogous Colors of #89afdf

#89afdf #8e89df #89dadf

Monochromatic Colors of #89afdf

#89afdf

Complementary Color

#89afdf #dfb989

#89afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89afdf Color CSS Codes

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

#89afdf Text Font Color

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

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


#89afdf Background Color

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

This div background color is #89afdf


#89afdf Border Color

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

This div border color is #89afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89afdf


Comments

No comments written yet.

Please login to write comment.