Color Hex Logo

#30dd9e Color Hex

#30DD9E
(48,221,158)
0 Favorites   0 Comments

Color spaces of #30dd9e

RGB 48221158
HSL0.440.720.53
HSV158°78°87°
CMYK 0.780.000.29   0.13
XYZ33.246954.809941.1748
Yxy54.80990.25730.4241
Hunter Lab74.0337-49.398618.8487
CIE-Lab78.9316-56.892219.0468

#30dd9e color RGB value is (48,221,158).

#30dd9e hex color red value is 48, green value is 221 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #30dd9e hue: 0.44 , saturation: 0.72 and the lightness value of 30dd9e is 0.53.

The process color (four color CMYK) of #30dd9e color hex is 0.78, 0.00, 0.29, 0.13. Web safe color of #30dd9e is #33cc99. Color #30dd9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011101 10011110
Octal 60 335 236
Decimal 48 221 158
Hex 30 DD 9E

RGB Percentages of Color #30dd9e

%11.24
%51.76
%37.00

CMYK Percentages of Color #30dd9e

%78
%0
%29
%13

Triadic Colors of #30dd9e

#30dd9e #9e30dd #dd9e30

Analogous Colors of #30dd9e

#30dd9e #30c6dd #30dd48

Monochromatic Colors of #30dd9e

#30dd9e

Complementary Color

#30dd9e #dd306f

#30dd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dd9e Color CSS Codes

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

#30dd9e Text Font Color

<p style="color:#30dd9e">Text here</p>

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


#30dd9e Background Color

<div style="background-color:#30dd9e">
Div content here</div>

This div background color is #30dd9e


#30dd9e Border Color

<div style="border:3px solid #30dd9e">
Div here</div>

This div border color is #30dd9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,221,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30dd9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30dd9e;
  -webkit-box-shadow: 1px 1px 3px 2px #30dd9e;
  box-shadow:         1px 1px 3px 2px #30dd9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,221,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dd9e


Comments

No comments written yet.

Please login to write comment.