Color Hex Logo

#488eae Color Hex

#488EAE
(72,142,174)
0 Favorites   0 Comments

Color spaces of #488eae

RGB 72142174
HSL0.550.410.48
HSV199°59°68°
CMYK 0.590.180.00   0.32
XYZ19.985523.779743.5810
Yxy23.77970.22880.2722
Hunter Lab48.7644-12.1817-18.8526
CIE-Lab55.8665-12.4463-23.4848

#488eae color RGB value is (72,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001110 10101110
Octal 110 216 256
Decimal 72 142 174
Hex 48 8E AE

RGB Percentages of Color #488eae

%18.56
%36.60
%44.85

CMYK Percentages of Color #488eae

%59
%18
%0
%32

Triadic Colors of #488eae

#488eae #ae488e #8eae48

Analogous Colors of #488eae

#488eae #485bae #48ae9b

Monochromatic Colors of #488eae

#488eae

Complementary Color

#488eae #ae6848

#488eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#488eae Color CSS Codes

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

#488eae Text Font Color

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

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


#488eae Background Color

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

This div background color is #488eae


#488eae Border Color

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

This div border color is #488eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488eae


Comments

No comments written yet.

Please login to write comment.