color codes Logo

#89fcff color codes

#89FCFF
(137,252,255)
0 Favorites   0 Comments

Color spaces of #89fcff

RGB 137252255
HSL0.501.000.77
HSV182°46°100°
CMYK 0.460.010.00   0.00
XYZ63.176982.1592107.1363
Yxy82.15920.25020.3254
Hunter Lab90.6417-34.2092-6.6301
CIE-Lab92.6451-31.9394-11.6057

#89fcff color RGB value is (137,252,255).

#89fcff hex color red value is 137, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #89fcff hue: 0.50 , saturation: 1.00 and the lightness value of 89fcff is 0.77.

The process color (four color CMYK) of #89fcff color code is 0.46, 0.01, 0.00, 0.00. Web safe color of #89fcff is #99ffff. Color #89fcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111100 11111111
Octal 211 374 377
Decimal 137 252 255
Hex 89 FC FF

RGB Percentages of Color #89fcff

%21.27
%39.13
%39.60

CMYK Percentages of Color #89fcff

%46
%1
%0
%0

Triadic Colors of #89fcff

#89fcff #ff89fc #fcff89

Analogous Colors of #89fcff

#89fcff #89c1ff #89ffc7

Monochromatic Colors of #89fcff

#89fcff

Complementary Color

#89fcff #ff8c89

#89fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fcff Color CSS Codes

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

#89fcff Text Font Color

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

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


#89fcff Background Color

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

This div background color is #89fcff


#89fcff Border Color

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

This div border color is #89fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fcff

Related Colors


Comments

No comments written yet.

Please login to write comment.