Color Hex Logo

#489cee Color Hex

#489CEE
(72,156,238)
0 Favorites   0 Comments

Color spaces of #489cee

RGB 72156238
HSL0.580.830.61
HSV210°70°93°
CMYK 0.700.340.00   0.07
XYZ29.993631.327785.3549
Yxy31.32770.20450.2136
Hunter Lab55.9712-2.2956-51.2363
CIE-Lab62.78330.8251-48.5774

#489cee color RGB value is (72,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11101110
Octal 110 234 356
Decimal 72 156 238
Hex 48 9C EE

RGB Percentages of Color #489cee

%15.45
%33.48
%51.07

CMYK Percentages of Color #489cee

%70
%34
%0
%7

Triadic Colors of #489cee

#489cee #ee489c #9cee48

Analogous Colors of #489cee

#489cee #4849ee #48eeed

Monochromatic Colors of #489cee

#489cee

Complementary Color

#489cee #ee9a48

#489cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cee Color CSS Codes

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

#489cee Text Font Color

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

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


#489cee Background Color

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

This div background color is #489cee


#489cee Border Color

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

This div border color is #489cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cee


Comments

No comments written yet.

Please login to write comment.