Color Hex Logo

#48aace Color Hex

#48AACE
(72,170,206)
0 Favorites   0 Comments

Color spaces of #48aace

RGB 72170206
HSL0.540.580.55
HSV196°65°81°
CMYK 0.650.170.00   0.19
XYZ28.187834.583463.5821
Yxy34.58340.22310.2737
Hunter Lab58.8077-17.3544-22.9383
CIE-Lab65.4230-17.5265-26.7842

#48aace color RGB value is (72,170,206).

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

The process color (four color CMYK) of #48aace color hex is 0.65, 0.17, 0.00, 0.19. Web safe color of #48aace is #3399cc. Color #48aace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11001110
Octal 110 252 316
Decimal 72 170 206
Hex 48 AA CE

RGB Percentages of Color #48aace

%16.07
%37.95
%45.98

CMYK Percentages of Color #48aace

%65
%17
%0
%19

Triadic Colors of #48aace

#48aace #ce48aa #aace48

Analogous Colors of #48aace

#48aace #4867ce #48ceaf

Monochromatic Colors of #48aace

#48aace

Complementary Color

#48aace #ce6c48

#48aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aace Color CSS Codes

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

#48aace Text Font Color

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

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


#48aace Background Color

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

This div background color is #48aace


#48aace Border Color

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

This div border color is #48aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aace


Comments

No comments written yet.

Please login to write comment.