Color Hex Logo

#489eda Color Hex

#489EDA
(72,158,218)
0 Favorites   0 Comments

Color spaces of #489eda

RGB 72158218
HSL0.570.660.57
HSV205°67°85°
CMYK 0.670.280.00   0.15
XYZ27.554230.893470.8404
Yxy30.89340.21310.2390
Hunter Lab55.5818-8.7784-36.6593
CIE-Lab62.4175-7.0891-38.0994

#489eda color RGB value is (72,158,218).

#489eda hex color red value is 72, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #489eda hue: 0.57 , saturation: 0.66 and the lightness value of 489eda is 0.57.

The process color (four color CMYK) of #489eda color hex is 0.67, 0.28, 0.00, 0.15. Web safe color of #489eda is #3399cc. Color #489eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011110 11011010
Octal 110 236 332
Decimal 72 158 218
Hex 48 9E DA

RGB Percentages of Color #489eda

%16.07
%35.27
%48.66

CMYK Percentages of Color #489eda

%67
%28
%0
%15

Triadic Colors of #489eda

#489eda #da489e #9eda48

Analogous Colors of #489eda

#489eda #4855da #48dacd

Monochromatic Colors of #489eda

#489eda

Complementary Color

#489eda #da8448

#489eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#489eda Color CSS Codes

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

#489eda Text Font Color

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

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


#489eda Background Color

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

This div background color is #489eda


#489eda Border Color

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

This div border color is #489eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,158,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489eda


Comments

No comments written yet.

Please login to write comment.