Color Hex Logo

#488dae Color Hex

#488DAE
(72,141,174)
0 Favorites   0 Comments

Color spaces of #488dae

RGB 72141174
HSL0.550.410.48
HSV199°59°68°
CMYK 0.590.190.00   0.32
XYZ19.837323.483543.5316
Yxy23.48350.22840.2704
Hunter Lab48.4598-11.7346-19.3386
CIE-Lab55.5669-11.8916-23.9457

#488dae color RGB value is (72,141,174).

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

The process color (four color CMYK) of #488dae color hex is 0.59, 0.19, 0.00, 0.32. Web safe color of #488dae is #339999. Color #488dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 10101110
Octal 110 215 256
Decimal 72 141 174
Hex 48 8D AE

RGB Percentages of Color #488dae

%18.60
%36.43
%44.96

CMYK Percentages of Color #488dae

%59
%19
%0
%32

Triadic Colors of #488dae

#488dae #ae488d #8dae48

Analogous Colors of #488dae

#488dae #485aae #48ae9c

Monochromatic Colors of #488dae

#488dae

Complementary Color

#488dae #ae6948

#488dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#488dae Color CSS Codes

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

#488dae Text Font Color

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

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


#488dae Background Color

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

This div background color is #488dae


#488dae Border Color

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

This div border color is #488dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488dae


Comments

No comments written yet.

Please login to write comment.