Color Hex Logo

#48abea Color Hex

#48ABEA
(72,171,234)
0 Favorites   0 Comments

Color spaces of #48abea

RGB 72171234
HSL0.560.790.60
HSV203°69°92°
CMYK 0.690.270.00   0.08
XYZ32.086736.444183.1852
Yxy36.44410.21150.2402
Hunter Lab60.3689-10.7711-39.4402
CIE-Lab66.8579-8.9966-39.9763

#48abea color RGB value is (72,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 11101010
Octal 110 253 352
Decimal 72 171 234
Hex 48 AB EA

RGB Percentages of Color #48abea

%15.09
%35.85
%49.06

CMYK Percentages of Color #48abea

%69
%27
%0
%8

Triadic Colors of #48abea

#48abea #ea48ab #abea48

Analogous Colors of #48abea

#48abea #485aea #48ead8

Monochromatic Colors of #48abea

#48abea

Complementary Color

#48abea #ea8748

#48abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abea Color CSS Codes

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

#48abea Text Font Color

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

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


#48abea Background Color

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

This div background color is #48abea


#48abea Border Color

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

This div border color is #48abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abea


Comments

No comments written yet.

Please login to write comment.