Color Hex Logo

#489ebe Color Hex

#489EBE
(72,158,190)
0 Favorites   0 Comments

Color spaces of #489ebe

RGB 72158190
HSL0.550.480.51
HSV196°62°75°
CMYK 0.620.170.00   0.25
XYZ24.193629.549153.1436
Yxy29.54910.22630.2765
Hunter Lab54.3591-15.6834-19.9129
CIE-Lab61.2632-16.1541-24.2560

#489ebe color RGB value is (72,158,190).

#489ebe hex color red value is 72, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #489ebe hue: 0.55 , saturation: 0.48 and the lightness value of 489ebe is 0.51.

The process color (four color CMYK) of #489ebe color hex is 0.62, 0.17, 0.00, 0.25. Web safe color of #489ebe is #3399cc. Color #489ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011110 10111110
Octal 110 236 276
Decimal 72 158 190
Hex 48 9E BE

RGB Percentages of Color #489ebe

%17.14
%37.62
%45.24

CMYK Percentages of Color #489ebe

%62
%17
%0
%25

Triadic Colors of #489ebe

#489ebe #be489e #9ebe48

Analogous Colors of #489ebe

#489ebe #4863be #48bea3

Monochromatic Colors of #489ebe

#489ebe

Complementary Color

#489ebe #be6848

#489ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#489ebe Color CSS Codes

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

#489ebe Text Font Color

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

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


#489ebe Background Color

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

This div background color is #489ebe


#489ebe Border Color

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

This div border color is #489ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489ebe


Comments

No comments written yet.

Please login to write comment.