Color Hex Logo

#89afcf Color Hex

#89AFCF
(137,175,207)
0 Favorites   0 Comments

Color spaces of #89afcf

RGB 137175207
HSL0.580.420.67
HSV207°34°81°
CMYK 0.340.150.00   0.19
XYZ36.909040.483364.9002
Yxy40.48330.25940.2845
Hunter Lab63.6265-7.8005-15.9384
CIE-Lab69.8124-5.0979-20.3636

#89afcf color RGB value is (137,175,207).

#89afcf hex color red value is 137, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #89afcf hue: 0.58 , saturation: 0.42 and the lightness value of 89afcf is 0.67.

The process color (four color CMYK) of #89afcf color hex is 0.34, 0.15, 0.00, 0.19. Web safe color of #89afcf is #9999cc. Color #89afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101111 11001111
Octal 211 257 317
Decimal 137 175 207
Hex 89 AF CF

RGB Percentages of Color #89afcf

%26.40
%33.72
%39.88

CMYK Percentages of Color #89afcf

%34
%15
%0
%19

Triadic Colors of #89afcf

#89afcf #cf89af #afcf89

Analogous Colors of #89afcf

#89afcf #898ccf #89cfcc

Monochromatic Colors of #89afcf

#89afcf

Complementary Color

#89afcf #cfa989

#89afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89afcf Color CSS Codes

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

#89afcf Text Font Color

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

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


#89afcf Background Color

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

This div background color is #89afcf


#89afcf Border Color

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

This div border color is #89afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89afcf


Comments

No comments written yet.

Please login to write comment.