Color Hex Logo

#48a093 Color Hex

#48A093
(72,160,147)
0 Favorites   0 Comments

Color spaces of #48a093

RGB 72160147
HSL0.480.380.45
HSV171°55°63°
CMYK 0.550.000.08   0.37
XYZ20.509828.625932.0481
Yxy28.62590.25260.3526
Hunter Lab53.5032-25.20471.9379
CIE-Lab60.4500-29.6252-1.2281

#48a093 color RGB value is (72,160,147).

#48a093 hex color red value is 72, green value is 160 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #48a093 hue: 0.48 , saturation: 0.38 and the lightness value of 48a093 is 0.45.

The process color (four color CMYK) of #48a093 color hex is 0.55, 0.00, 0.08, 0.37. Web safe color of #48a093 is #339999. Color #48a093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10100000 10010011
Octal 110 240 223
Decimal 72 160 147
Hex 48 A0 93

RGB Percentages of Color #48a093

%19.00
%42.22
%38.79

CMYK Percentages of Color #48a093

%55
%0
%8
%37

Triadic Colors of #48a093

#48a093 #9348a0 #a09348

Analogous Colors of #48a093

#48a093 #4881a0 #48a067

Monochromatic Colors of #48a093

#48a093

Complementary Color

#48a093 #a04855

#48a093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48a093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48a093 Color CSS Codes

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

#48a093 Text Font Color

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

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


#48a093 Background Color

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

This div background color is #48a093


#48a093 Border Color

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

This div border color is #48a093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48a093


Comments

No comments written yet.

Please login to write comment.