Color Hex Logo

#48acea Color Hex

#48ACEA
(72,172,234)
0 Favorites   0 Comments

Color spaces of #48acea

RGB 72172234
HSL0.560.790.60
HSV203°69°92°
CMYK 0.690.260.00   0.08
XYZ32.276336.823383.2484
Yxy36.82330.21190.2417
Hunter Lab60.6822-11.2514-38.8609
CIE-Lab67.1443-9.5467-39.5288

#48acea color RGB value is (72,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101100 11101010
Octal 110 254 352
Decimal 72 172 234
Hex 48 AC EA

RGB Percentages of Color #48acea

%15.06
%35.98
%48.95

CMYK Percentages of Color #48acea

%69
%26
%0
%8

Triadic Colors of #48acea

#48acea #ea48ac #acea48

Analogous Colors of #48acea

#48acea #485bea #48ead7

Monochromatic Colors of #48acea

#48acea

Complementary Color

#48acea #ea8648

#48acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#48acea Color CSS Codes

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

#48acea Text Font Color

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

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


#48acea Background Color

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

This div background color is #48acea


#48acea Border Color

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

This div border color is #48acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48acea


Comments

No comments written yet.

Please login to write comment.