Color Hex Logo

#489cec Color Hex

#489CEC
(72,156,236)
0 Favorites   0 Comments

Color spaces of #489cec

RGB 72156236
HSL0.580.810.60
HSV209°69°93°
CMYK 0.690.340.00   0.07
XYZ29.701331.210883.8157
Yxy31.21080.20520.2157
Hunter Lab55.8666-2.8677-49.8451
CIE-Lab62.68520.1386-47.6314

#489cec color RGB value is (72,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11101100
Octal 110 234 354
Decimal 72 156 236
Hex 48 9C EC

RGB Percentages of Color #489cec

%15.52
%33.62
%50.86

CMYK Percentages of Color #489cec

%69
%34
%0
%7

Triadic Colors of #489cec

#489cec #ec489c #9cec48

Analogous Colors of #489cec

#489cec #484aec #48ecea

Monochromatic Colors of #489cec

#489cec

Complementary Color

#489cec #ec9848

#489cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cec Color CSS Codes

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

#489cec Text Font Color

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

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


#489cec Background Color

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

This div background color is #489cec


#489cec Border Color

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

This div border color is #489cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cec


Comments

No comments written yet.

Please login to write comment.