Color Hex Logo

#48aaeb Color Hex

#48AAEB
(72,170,235)
0 Favorites   0 Comments

Color spaces of #48aaeb

RGB 72170235
HSL0.570.800.60
HSV204°69°92°
CMYK 0.690.280.00   0.08
XYZ32.042636.125383.8813
Yxy36.12530.21070.2376
Hunter Lab60.1043-10.0213-40.6718
CIE-Lab66.6156-8.1118-40.9027

#48aaeb color RGB value is (72,170,235).

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

The process color (four color CMYK) of #48aaeb color hex is 0.69, 0.28, 0.00, 0.08. Web safe color of #48aaeb is #3399ff. Color #48aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11101011
Octal 110 252 353
Decimal 72 170 235
Hex 48 AA EB

RGB Percentages of Color #48aaeb

%15.09
%35.64
%49.27

CMYK Percentages of Color #48aaeb

%69
%28
%0
%8

Triadic Colors of #48aaeb

#48aaeb #eb48aa #aaeb48

Analogous Colors of #48aaeb

#48aaeb #4859eb #48ebdb

Monochromatic Colors of #48aaeb

#48aaeb

Complementary Color

#48aaeb #eb8948

#48aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aaeb Color CSS Codes

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

#48aaeb Text Font Color

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

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


#48aaeb Background Color

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

This div background color is #48aaeb


#48aaeb Border Color

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

This div border color is #48aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aaeb


Comments

No comments written yet.

Please login to write comment.