Color Hex Logo

#488faa Color Hex

#488FAA
(72,143,170)
0 Favorites   0 Comments

Color spaces of #488faa

RGB 72143170
HSL0.550.400.47
HSV197°58°67°
CMYK 0.580.160.00   0.33
XYZ19.750623.924941.6072
Yxy23.92490.23160.2805
Hunter Lab48.9131-13.5214-16.1950
CIE-Lab56.0125-14.2450-20.9735

#488faa color RGB value is (72,143,170).

#488faa hex color red value is 72, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #488faa hue: 0.55 , saturation: 0.40 and the lightness value of 488faa is 0.47.

The process color (four color CMYK) of #488faa color hex is 0.58, 0.16, 0.00, 0.33. Web safe color of #488faa is #339999. Color #488faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 10101010
Octal 110 217 252
Decimal 72 143 170
Hex 48 8F AA

RGB Percentages of Color #488faa

%18.70
%37.14
%44.16

CMYK Percentages of Color #488faa

%58
%16
%0
%33

Triadic Colors of #488faa

#488faa #aa488f #8faa48

Analogous Colors of #488faa

#488faa #485eaa #48aa94

Monochromatic Colors of #488faa

#488faa

Complementary Color

#488faa #aa6348

#488faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#488faa Color CSS Codes

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

#488faa Text Font Color

<p style="color:#488faa">Text here</p>

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


#488faa Background Color

<div style="background-color:#488faa">
Div content here</div>

This div background color is #488faa


#488faa Border Color

<div style="border:3px solid #488faa">
Div here</div>

This div border color is #488faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488faa;
  -webkit-box-shadow: 1px 1px 3px 2px #488faa;
  box-shadow:         1px 1px 3px 2px #488faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488faa


Comments

No comments written yet.

Please login to write comment.