Color Hex Logo

#488fac Color Hex

#488FAC
(72,143,172)
0 Favorites   0 Comments

Color spaces of #488fac

RGB 72143172
HSL0.550.410.48
HSV197°58°67°
CMYK 0.580.170.00   0.33
XYZ19.941324.001242.6114
Yxy24.00120.23040.2773
Hunter Lab48.9910-13.0777-17.2755
CIE-Lab56.0890-13.6245-22.0000

#488fac color RGB value is (72,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 10101100
Octal 110 217 254
Decimal 72 143 172
Hex 48 8F AC

RGB Percentages of Color #488fac

%18.60
%36.95
%44.44

CMYK Percentages of Color #488fac

%58
%17
%0
%33

Triadic Colors of #488fac

#488fac #ac488f #8fac48

Analogous Colors of #488fac

#488fac #485dac #48ac97

Monochromatic Colors of #488fac

#488fac

Complementary Color

#488fac #ac6548

#488fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fac Color CSS Codes

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

#488fac Text Font Color

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

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


#488fac Background Color

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

This div background color is #488fac


#488fac Border Color

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

This div border color is #488fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fac


Comments

No comments written yet.

Please login to write comment.