Color Hex Logo

#489eeb Color Hex

#489EEB
(72,158,235)
0 Favorites   0 Comments

Color spaces of #489eeb

RGB 72158235
HSL0.580.800.60
HSV208°69°92°
CMYK 0.690.330.00   0.08
XYZ29.894731.829683.1654
Yxy31.82960.20630.2197
Hunter Lab56.4177-4.1472-47.9070
CIE-Lab63.2018-1.3534-46.2654

#489eeb color RGB value is (72,158,235).

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

The process color (four color CMYK) of #489eeb color hex is 0.69, 0.33, 0.00, 0.08. Web safe color of #489eeb is #3399ff. Color #489eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011110 11101011
Octal 110 236 353
Decimal 72 158 235
Hex 48 9E EB

RGB Percentages of Color #489eeb

%15.48
%33.98
%50.54

CMYK Percentages of Color #489eeb

%69
%33
%0
%8

Triadic Colors of #489eeb

#489eeb #eb489e #9eeb48

Analogous Colors of #489eeb

#489eeb #484deb #48ebe7

Monochromatic Colors of #489eeb

#489eeb

Complementary Color

#489eeb #eb9548

#489eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489eeb Color CSS Codes

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

#489eeb Text Font Color

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

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


#489eeb Background Color

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

This div background color is #489eeb


#489eeb Border Color

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

This div border color is #489eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489eeb


Comments

No comments written yet.

Please login to write comment.