Color Hex Logo

#89cff7 Color Hex

#89CFF7
(137,207,247)
0 Favorites   0 Comments

Color spaces of #89cff7

RGB 137207247
HSL0.560.870.75
HSV202°45°97°
CMYK 0.450.160.00   0.03
XYZ49.417956.659496.3275
Yxy56.65940.24420.2799
Hunter Lab75.2724-14.5379-23.1838
CIE-Lab79.9876-11.6850-26.5006

#89cff7 color RGB value is (137,207,247).

#89cff7 hex color red value is 137, green value is 207 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #89cff7 hue: 0.56 , saturation: 0.87 and the lightness value of 89cff7 is 0.75.

The process color (four color CMYK) of #89cff7 color hex is 0.45, 0.16, 0.00, 0.03. Web safe color of #89cff7 is #99ccff. Color #89cff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001111 11110111
Octal 211 317 367
Decimal 137 207 247
Hex 89 CF F7

RGB Percentages of Color #89cff7

%23.18
%35.03
%41.79

CMYK Percentages of Color #89cff7

%45
%16
%0
%3

Triadic Colors of #89cff7

#89cff7 #f789cf #cff789

Analogous Colors of #89cff7

#89cff7 #8998f7 #89f7e8

Monochromatic Colors of #89cff7

#89cff7

Complementary Color

#89cff7 #f7b189

#89cff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cff7 Color CSS Codes

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

#89cff7 Text Font Color

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

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


#89cff7 Background Color

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

This div background color is #89cff7


#89cff7 Border Color

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

This div border color is #89cff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cff7


Comments

No comments written yet.

Please login to write comment.