Color Hex Logo

#488aae Color Hex

#488AAE
(72,138,174)
0 Favorites   0 Comments

Color spaces of #488aae

RGB 72138174
HSL0.560.410.48
HSV201°59°68°
CMYK 0.590.210.00   0.32
XYZ19.400922.610743.3862
Yxy22.61070.22720.2648
Hunter Lab47.5507-10.3850-20.8119
CIE-Lab54.6691-10.2125-25.3295

#488aae color RGB value is (72,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 10101110
Octal 110 212 256
Decimal 72 138 174
Hex 48 8A AE

RGB Percentages of Color #488aae

%18.75
%35.94
%45.31

CMYK Percentages of Color #488aae

%59
%21
%0
%32

Triadic Colors of #488aae

#488aae #ae488a #8aae48

Analogous Colors of #488aae

#488aae #4857ae #48ae9f

Monochromatic Colors of #488aae

#488aae

Complementary Color

#488aae #ae6c48

#488aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#488aae Color CSS Codes

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

#488aae Text Font Color

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

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


#488aae Background Color

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

This div background color is #488aae


#488aae Border Color

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

This div border color is #488aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,138,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 #488aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488aae


Comments

No comments written yet.

Please login to write comment.