Color Hex Logo

#48aaca Color Hex

#48AACA
(72,170,202)
0 Favorites   0 Comments

Color spaces of #48aaca

RGB 72170202
HSL0.540.550.54
HSV195°64°79°
CMYK 0.640.160.00   0.21
XYZ27.707934.391461.0550
Yxy34.39140.22500.2793
Hunter Lab58.6442-18.2906-20.6764
CIE-Lab65.2721-18.7789-24.7997

#48aaca color RGB value is (72,170,202).

#48aaca hex color red value is 72, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #48aaca hue: 0.54 , saturation: 0.55 and the lightness value of 48aaca is 0.54.

The process color (four color CMYK) of #48aaca color hex is 0.64, 0.16, 0.00, 0.21. Web safe color of #48aaca is #3399cc. Color #48aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11001010
Octal 110 252 312
Decimal 72 170 202
Hex 48 AA CA

RGB Percentages of Color #48aaca

%16.22
%38.29
%45.50

CMYK Percentages of Color #48aaca

%64
%16
%0
%21

Triadic Colors of #48aaca

#48aaca #ca48aa #aaca48

Analogous Colors of #48aaca

#48aaca #4869ca #48caa9

Monochromatic Colors of #48aaca

#48aaca

Complementary Color

#48aaca #ca6848

#48aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aaca Color CSS Codes

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

#48aaca Text Font Color

<p style="color:#48aaca">Text here</p>

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


#48aaca Background Color

<div style="background-color:#48aaca">
Div content here</div>

This div background color is #48aaca


#48aaca Border Color

<div style="border:3px solid #48aaca">
Div here</div>

This div border color is #48aaca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,170,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48aaca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48aaca;
  -webkit-box-shadow: 1px 1px 3px 2px #48aaca;
  box-shadow:         1px 1px 3px 2px #48aaca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aaca


Comments

No comments written yet.

Please login to write comment.