Color Hex Logo

#89cffd Color Hex

#89CFFD
(137,207,253)
0 Favorites   0 Comments

Color spaces of #89cffd

RGB 137207253
HSL0.570.970.76
HSV204°46°99°
CMYK 0.460.180.00   0.01
XYZ50.359057.0359101.2833
Yxy57.03590.24130.2733
Hunter Lab75.5221-13.1379-26.6488
CIE-Lab80.1998-10.0632-29.3725

#89cffd color RGB value is (137,207,253).

#89cffd hex color red value is 137, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #89cffd hue: 0.57 , saturation: 0.97 and the lightness value of 89cffd is 0.76.

The process color (four color CMYK) of #89cffd color hex is 0.46, 0.18, 0.00, 0.01. Web safe color of #89cffd is #99ccff. Color #89cffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001111 11111101
Octal 211 317 375
Decimal 137 207 253
Hex 89 CF FD

RGB Percentages of Color #89cffd

%22.95
%34.67
%42.38

CMYK Percentages of Color #89cffd

%46
%18
%0
%1

Triadic Colors of #89cffd

#89cffd #fd89cf #cffd89

Analogous Colors of #89cffd

#89cffd #8995fd #89fdf1

Monochromatic Colors of #89cffd

#89cffd

Complementary Color

#89cffd #fdb789

#89cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cffd Color CSS Codes

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

#89cffd Text Font Color

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

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


#89cffd Background Color

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

This div background color is #89cffd


#89cffd Border Color

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

This div border color is #89cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cffd


Comments

No comments written yet.

Please login to write comment.