Color Hex Logo

#48aaee Color Hex

#48AAEE
(72,170,238)
0 Favorites   0 Comments

Color spaces of #48aaee

RGB 72170238
HSL0.570.830.61
HSV205°70°93°
CMYK 0.700.290.00   0.07
XYZ32.479836.300286.1837
Yxy36.30020.20960.2342
Hunter Lab60.2496-9.2099-42.6362
CIE-Lab66.7487-7.1100-42.3355

#48aaee color RGB value is (72,170,238).

#48aaee hex color red value is 72, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #48aaee hue: 0.57 , saturation: 0.83 and the lightness value of 48aaee is 0.61.

The process color (four color CMYK) of #48aaee color hex is 0.70, 0.29, 0.00, 0.07. Web safe color of #48aaee is #3399ff. Color #48aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11101110
Octal 110 252 356
Decimal 72 170 238
Hex 48 AA EE

RGB Percentages of Color #48aaee

%15.00
%35.42
%49.58

CMYK Percentages of Color #48aaee

%70
%29
%0
%7

Triadic Colors of #48aaee

#48aaee #ee48aa #aaee48

Analogous Colors of #48aaee

#48aaee #4857ee #48eedf

Monochromatic Colors of #48aaee

#48aaee

Complementary Color

#48aaee #ee8c48

#48aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aaee Color CSS Codes

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

#48aaee Text Font Color

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

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


#48aaee Background Color

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

This div background color is #48aaee


#48aaee Border Color

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

This div border color is #48aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aaee


Comments

No comments written yet.

Please login to write comment.