Color Hex Logo

#489fdf Color Hex

#489FDF
(72,159,223)
0 Favorites   0 Comments

Color spaces of #489fdf

RGB 72159223
HSL0.570.700.58
HSV205°68°87°
CMYK 0.680.290.00   0.13
XYZ28.389931.501774.3962
Yxy31.50170.21140.2346
Hunter Lab56.1264-7.9321-39.3012
CIE-Lab62.9289-5.9809-40.0701

#489fdf color RGB value is (72,159,223).

#489fdf hex color red value is 72, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #489fdf hue: 0.57 , saturation: 0.70 and the lightness value of 489fdf is 0.58.

The process color (four color CMYK) of #489fdf color hex is 0.68, 0.29, 0.00, 0.13. Web safe color of #489fdf is #3399cc. Color #489fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 11011111
Octal 110 237 337
Decimal 72 159 223
Hex 48 9F DF

RGB Percentages of Color #489fdf

%15.86
%35.02
%49.12

CMYK Percentages of Color #489fdf

%68
%29
%0
%13

Triadic Colors of #489fdf

#489fdf #df489f #9fdf48

Analogous Colors of #489fdf

#489fdf #4853df #48dfd4

Monochromatic Colors of #489fdf

#489fdf

Complementary Color

#489fdf #df8848

#489fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#489fdf Color CSS Codes

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

#489fdf Text Font Color

<p style="color:#489fdf">Text here</p>

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


#489fdf Background Color

<div style="background-color:#489fdf">
Div content here</div>

This div background color is #489fdf


#489fdf Border Color

<div style="border:3px solid #489fdf">
Div here</div>

This div border color is #489fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,159,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #489fdf;
  box-shadow:         1px 1px 3px 2px #489fdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,159,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 #489fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489fdf


Comments

No comments written yet.

Please login to write comment.