Color Hex Logo

#48aede Color Hex

#48AEDE
(72,174,222)
0 Favorites   0 Comments

Color spaces of #48aede

RGB 72174222
HSL0.550.690.58
HSV199°68°87°
CMYK 0.680.220.00   0.13
XYZ30.993436.923774.6007
Yxy36.92370.21750.2591
Hunter Lab60.7649-15.2938-30.2546
CIE-Lab67.2197-14.5565-32.8334

#48aede color RGB value is (72,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 11011110
Octal 110 256 336
Decimal 72 174 222
Hex 48 AE DE

RGB Percentages of Color #48aede

%15.38
%37.18
%47.44

CMYK Percentages of Color #48aede

%68
%22
%0
%13

Triadic Colors of #48aede

#48aede #de48ae #aede48

Analogous Colors of #48aede

#48aede #4863de #48dec3

Monochromatic Colors of #48aede

#48aede

Complementary Color

#48aede #de7848

#48aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aede Color CSS Codes

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

#48aede Text Font Color

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

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


#48aede Background Color

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

This div background color is #48aede


#48aede Border Color

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

This div border color is #48aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aede


Comments

No comments written yet.

Please login to write comment.