Color Hex Logo

#489cbf Color Hex

#489CBF
(72,156,191)
0 Favorites   0 Comments

Color spaces of #489cbf

RGB 72156191
HSL0.550.480.52
HSV198°62°75°
CMYK 0.620.180.00   0.25
XYZ23.964928.916253.6085
Yxy28.91620.22500.2715
Hunter Lab53.7738-14.5536-21.4661
CIE-Lab60.7076-14.7609-25.6718

#489cbf color RGB value is (72,156,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 10111111
Octal 110 234 277
Decimal 72 156 191
Hex 48 9C BF

RGB Percentages of Color #489cbf

%17.18
%37.23
%45.58

CMYK Percentages of Color #489cbf

%62
%18
%0
%25

Triadic Colors of #489cbf

#489cbf #bf489c #9cbf48

Analogous Colors of #489cbf

#489cbf #4861bf #48bfa7

Monochromatic Colors of #489cbf

#489cbf

Complementary Color

#489cbf #bf6b48

#489cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cbf Color CSS Codes

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

#489cbf Text Font Color

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

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


#489cbf Background Color

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

This div background color is #489cbf


#489cbf Border Color

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

This div border color is #489cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cbf


Comments

No comments written yet.

Please login to write comment.