Color Hex Logo

#489ccb Color Hex

#489CCB
(72,156,203)
0 Favorites   0 Comments

Color spaces of #489ccb

RGB 72156203
HSL0.560.560.54
HSV202°65°80°
CMYK 0.650.230.00   0.20
XYZ25.340429.466460.8519
Yxy29.46640.21910.2548
Hunter Lab54.2830-11.6677-28.4668
CIE-Lab61.1911-10.9134-31.6528

#489ccb color RGB value is (72,156,203).

#489ccb hex color red value is 72, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #489ccb hue: 0.56 , saturation: 0.56 and the lightness value of 489ccb is 0.54.

The process color (four color CMYK) of #489ccb color hex is 0.65, 0.23, 0.00, 0.20. Web safe color of #489ccb is #3399cc. Color #489ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11001011
Octal 110 234 313
Decimal 72 156 203
Hex 48 9C CB

RGB Percentages of Color #489ccb

%16.71
%36.19
%47.10

CMYK Percentages of Color #489ccb

%65
%23
%0
%20

Triadic Colors of #489ccb

#489ccb #cb489c #9ccb48

Analogous Colors of #489ccb

#489ccb #485bcb #48cbb9

Monochromatic Colors of #489ccb

#489ccb

Complementary Color

#489ccb #cb7748

#489ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489ccb Color CSS Codes

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

#489ccb Text Font Color

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

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


#489ccb Background Color

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

This div background color is #489ccb


#489ccb Border Color

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

This div border color is #489ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489ccb


Comments

No comments written yet.

Please login to write comment.