Color Hex Logo

#48d08f Color Hex

#48D08F
(72,208,143)
0 Favorites   0 Comments

Color spaces of #48d08f

RGB 72208143
HSL0.420.590.55
HSV151°65°82°
CMYK 0.650.000.31   0.18
XYZ30.186348.472633.7518
Yxy48.47260.26850.4312
Hunter Lab69.6223-44.446319.9927
CIE-Lab75.1220-51.631721.7516

#48d08f color RGB value is (72,208,143).

#48d08f hex color red value is 72, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #48d08f hue: 0.42 , saturation: 0.59 and the lightness value of 48d08f is 0.55.

The process color (four color CMYK) of #48d08f color hex is 0.65, 0.00, 0.31, 0.18. Web safe color of #48d08f is #33cc99. Color #48d08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11010000 10001111
Octal 110 320 217
Decimal 72 208 143
Hex 48 D0 8F

RGB Percentages of Color #48d08f

%17.02
%49.17
%33.81

CMYK Percentages of Color #48d08f

%65
%0
%31
%18

Triadic Colors of #48d08f

#48d08f #8f48d0 #d08f48

Analogous Colors of #48d08f

#48d08f #48cdd0 #48d04b

Monochromatic Colors of #48d08f

#48d08f

Complementary Color

#48d08f #d04889

#48d08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d08f Color CSS Codes

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

#48d08f Text Font Color

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

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


#48d08f Background Color

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

This div background color is #48d08f


#48d08f Border Color

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

This div border color is #48d08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d08f


Comments

No comments written yet.

Please login to write comment.