Color Hex Logo

#48aade Color Hex

#48AADE
(72,170,222)
0 Favorites   0 Comments

Color spaces of #48aade

RGB 72170222
HSL0.560.690.58
HSV201°68°87°
CMYK 0.680.230.00   0.13
XYZ30.232035.401174.3469
Yxy35.40110.21600.2529
Hunter Lab59.4988-13.4251-32.4368
CIE-Lab66.0598-12.3981-34.6332

#48aade color RGB value is (72,170,222).

#48aade hex color red value is 72, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #48aade hue: 0.56 , saturation: 0.69 and the lightness value of 48aade is 0.58.

The process color (four color CMYK) of #48aade color hex is 0.68, 0.23, 0.00, 0.13. Web safe color of #48aade is #3399cc. Color #48aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11011110
Octal 110 252 336
Decimal 72 170 222
Hex 48 AA DE

RGB Percentages of Color #48aade

%15.52
%36.64
%47.84

CMYK Percentages of Color #48aade

%68
%23
%0
%13

Triadic Colors of #48aade

#48aade #de48aa #aade48

Analogous Colors of #48aade

#48aade #485fde #48dec7

Monochromatic Colors of #48aade

#48aade

Complementary Color

#48aade #de7c48

#48aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aade Color CSS Codes

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

#48aade Text Font Color

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

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


#48aade Background Color

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

This div background color is #48aade


#48aade Border Color

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

This div border color is #48aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aade


Comments

No comments written yet.

Please login to write comment.