Color Hex Logo

#488aba Color Hex

#488ABA
(72,138,186)
0 Favorites   0 Comments

Color spaces of #488aba

RGB 72138186
HSL0.570.450.51
HSV205°61°73°
CMYK 0.610.260.00   0.27
XYZ20.623923.099849.8261
Yxy23.09980.22050.2469
Hunter Lab48.0623-7.5131-27.8223
CIE-Lab55.1750-6.3328-31.4057

#488aba color RGB value is (72,138,186).

#488aba hex color red value is 72, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #488aba hue: 0.57 , saturation: 0.45 and the lightness value of 488aba is 0.51.

The process color (four color CMYK) of #488aba color hex is 0.61, 0.26, 0.00, 0.27. Web safe color of #488aba is #3399cc. Color #488aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001010 10111010
Octal 110 212 272
Decimal 72 138 186
Hex 48 8A BA

RGB Percentages of Color #488aba

%18.18
%34.85
%46.97

CMYK Percentages of Color #488aba

%61
%26
%0
%27

Triadic Colors of #488aba

#488aba #ba488a #8aba48

Analogous Colors of #488aba

#488aba #4851ba #48bab1

Monochromatic Colors of #488aba

#488aba

Complementary Color

#488aba #ba7848

#488aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#488aba Color CSS Codes

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

#488aba Text Font Color

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

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


#488aba Background Color

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

This div background color is #488aba


#488aba Border Color

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

This div border color is #488aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488aba


Comments

No comments written yet.

Please login to write comment.