Color Hex Logo

#30dd9c Color Hex

#30DD9C
(48,221,156)
0 Favorites   0 Comments

Color spaces of #30dd9c

RGB 48221156
HSL0.440.720.53
HSV157°78°87°
CMYK 0.780.000.29   0.13
XYZ33.076154.741640.2754
Yxy54.74160.25820.4274
Hunter Lab73.9876-49.679919.5166
CIE-Lab78.8922-57.326520.0396

#30dd9c color RGB value is (48,221,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011101 10011100
Octal 60 335 234
Decimal 48 221 156
Hex 30 DD 9C

RGB Percentages of Color #30dd9c

%11.29
%52.00
%36.71

CMYK Percentages of Color #30dd9c

%78
%0
%29
%13

Triadic Colors of #30dd9c

#30dd9c #9c30dd #dd9c30

Analogous Colors of #30dd9c

#30dd9c #30c8dd #30dd46

Monochromatic Colors of #30dd9c

#30dd9c

Complementary Color

#30dd9c #dd3071

#30dd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dd9c Color CSS Codes

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

#30dd9c Text Font Color

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

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


#30dd9c Background Color

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

This div background color is #30dd9c


#30dd9c Border Color

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

This div border color is #30dd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dd9c


Comments

No comments written yet.

Please login to write comment.