Color Hex Logo

#489ced Color Hex

#489CED
(72,156,237)
0 Favorites   0 Comments

Color spaces of #489ced

RGB 72156237
HSL0.580.820.61
HSV209°70°93°
CMYK 0.700.340.00   0.07
XYZ29.847031.269184.5832
Yxy31.26910.20490.2146
Hunter Lab55.9188-2.5824-50.5394
CIE-Lab62.73410.4814-48.1047

#489ced color RGB value is (72,156,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11101101
Octal 110 234 355
Decimal 72 156 237
Hex 48 9C ED

RGB Percentages of Color #489ced

%15.48
%33.55
%50.97

CMYK Percentages of Color #489ced

%70
%34
%0
%7

Triadic Colors of #489ced

#489ced #ed489c #9ced48

Analogous Colors of #489ced

#489ced #4849ed #48edec

Monochromatic Colors of #489ced

#489ced

Complementary Color

#489ced #ed9948

#489ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#489ced Color CSS Codes

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

#489ced Text Font Color

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

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


#489ced Background Color

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

This div background color is #489ced


#489ced Border Color

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

This div border color is #489ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489ced


Comments

No comments written yet.

Please login to write comment.