Color Hex Logo

#89bfdf Color Hex

#89BFDF
(137,191,223)
0 Favorites   0 Comments

Color spaces of #89bfdf

RGB 137191223
HSL0.560.570.71
HSV202°39°87°
CMYK 0.390.140.00   0.13
XYZ42.266647.907776.8315
Yxy47.90770.25310.2869
Hunter Lab69.2154-12.1253-17.3632
CIE-Lab74.7667-9.5935-21.5616

#89bfdf color RGB value is (137,191,223).

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

The process color (four color CMYK) of #89bfdf color hex is 0.39, 0.14, 0.00, 0.13. Web safe color of #89bfdf is #99cccc. Color #89bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11011111
Octal 211 277 337
Decimal 137 191 223
Hex 89 BF DF

RGB Percentages of Color #89bfdf

%24.86
%34.66
%40.47

CMYK Percentages of Color #89bfdf

%39
%14
%0
%13

Triadic Colors of #89bfdf

#89bfdf #df89bf #bfdf89

Analogous Colors of #89bfdf

#89bfdf #8994df #89dfd4

Monochromatic Colors of #89bfdf

#89bfdf

Complementary Color

#89bfdf #dfa989

#89bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bfdf Color CSS Codes

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

#89bfdf Text Font Color

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

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


#89bfdf Background Color

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

This div background color is #89bfdf


#89bfdf Border Color

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

This div border color is #89bfdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,191,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 #89bfdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bfdf


Comments

No comments written yet.

Please login to write comment.