Color Hex Logo

#48aeeb Color Hex

#48AEEB
(72,174,235)
0 Favorites   0 Comments

Color spaces of #48aeeb

RGB 72174235
HSL0.560.800.60
HSV202°69°92°
CMYK 0.690.260.00   0.08
XYZ32.803937.648084.1351
Yxy37.64800.21220.2435
Hunter Lab61.3580-11.9447-38.3489
CIE-Lab67.7604-10.3119-39.1136

#48aeeb color RGB value is (72,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 11101011
Octal 110 256 353
Decimal 72 174 235
Hex 48 AE EB

RGB Percentages of Color #48aeeb

%14.97
%36.17
%48.86

CMYK Percentages of Color #48aeeb

%69
%26
%0
%8

Triadic Colors of #48aeeb

#48aeeb #eb48ae #aeeb48

Analogous Colors of #48aeeb

#48aeeb #485deb #48ebd7

Monochromatic Colors of #48aeeb

#48aeeb

Complementary Color

#48aeeb #eb8548

#48aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aeeb Color CSS Codes

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

#48aeeb Text Font Color

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

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


#48aeeb Background Color

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

This div background color is #48aeeb


#48aeeb Border Color

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

This div border color is #48aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aeeb


Comments

No comments written yet.

Please login to write comment.