Color Hex Logo

#48af5b Color Hex

#48AF5B
(72,175,91)
0 Favorites   0 Comments

Color spaces of #48af5b

RGB 7217591
HSL0.360.420.48
HSV131°59°69°
CMYK 0.590.000.48   0.31
XYZ19.890832.793015.1789
Yxy32.79300.29310.4832
Hunter Lab57.2652-38.212924.3700
CIE-Lab63.9929-47.944334.2162

#48af5b color RGB value is (72,175,91).

#48af5b hex color red value is 72, green value is 175 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #48af5b hue: 0.36 , saturation: 0.42 and the lightness value of 48af5b is 0.48.

The process color (four color CMYK) of #48af5b color hex is 0.59, 0.00, 0.48, 0.31. Web safe color of #48af5b is #339966. Color #48af5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 01011011
Octal 110 257 133
Decimal 72 175 91
Hex 48 AF 5B

RGB Percentages of Color #48af5b

%21.30
%51.78
%26.92

CMYK Percentages of Color #48af5b

%59
%0
%48
%31

Triadic Colors of #48af5b

#48af5b #5b48af #af5b48

Analogous Colors of #48af5b

#48af5b #48af8f #69af48

Monochromatic Colors of #48af5b

#48af5b

Complementary Color

#48af5b #af489c

#48af5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48af5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48af5b Color CSS Codes

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

#48af5b Text Font Color

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

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


#48af5b Background Color

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

This div background color is #48af5b


#48af5b Border Color

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

This div border color is #48af5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48af5b


Comments

No comments written yet.

Please login to write comment.