Color Hex Logo

#489eef Color Hex

#489EEF
(72,158,239)
0 Favorites   0 Comments

Color spaces of #489eef

RGB 72158239
HSL0.580.840.61
HSV209°70°94°
CMYK 0.700.340.00   0.06
XYZ30.479332.063486.2438
Yxy32.06340.20490.2155
Hunter Lab56.6246-3.0118-50.6663
CIE-Lab63.39520.0150-48.1603

#489eef color RGB value is (72,158,239).

#489eef hex color red value is 72, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #489eef hue: 0.58 , saturation: 0.84 and the lightness value of 489eef is 0.61.

The process color (four color CMYK) of #489eef color hex is 0.70, 0.34, 0.00, 0.06. Web safe color of #489eef is #3399ff. Color #489eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011110 11101111
Octal 110 236 357
Decimal 72 158 239
Hex 48 9E EF

RGB Percentages of Color #489eef

%15.35
%33.69
%50.96

CMYK Percentages of Color #489eef

%70
%34
%0
%6

Triadic Colors of #489eef

#489eef #ef489e #9eef48

Analogous Colors of #489eef

#489eef #484bef #48efed

Monochromatic Colors of #489eef

#489eef

Complementary Color

#489eef #ef9948

#489eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#489eef Color CSS Codes

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

#489eef Text Font Color

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

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


#489eef Background Color

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

This div background color is #489eef


#489eef Border Color

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

This div border color is #489eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489eef


Comments

No comments written yet.

Please login to write comment.