Color Hex Logo

#30ec9c Color Hex

#30EC9C
(48,236,156)
0 Favorites   0 Comments

Color spaces of #30ec9c

RGB 48236156
HSL0.430.830.56
HSV154°80°93°
CMYK 0.800.000.34   0.07
XYZ37.215163.019641.6550
Yxy63.01960.26230.4441
Hunter Lab79.3849-55.244024.4586
CIE-Lab83.4527-62.886726.2816

#30ec9c color RGB value is (48,236,156).

#30ec9c hex color red value is 48, green value is 236 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30ec9c hue: 0.43 , saturation: 0.83 and the lightness value of 30ec9c is 0.56.

The process color (four color CMYK) of #30ec9c color hex is 0.80, 0.00, 0.34, 0.07. Web safe color of #30ec9c is #33ff99. Color #30ec9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101100 10011100
Octal 60 354 234
Decimal 48 236 156
Hex 30 EC 9C

RGB Percentages of Color #30ec9c

%10.91
%53.64
%35.45

CMYK Percentages of Color #30ec9c

%80
%0
%34
%7

Triadic Colors of #30ec9c

#30ec9c #9c30ec #ec9c30

Analogous Colors of #30ec9c

#30ec9c #30deec #30ec3e

Monochromatic Colors of #30ec9c

#30ec9c

Complementary Color

#30ec9c #ec3080

#30ec9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ec9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ec9c Color CSS Codes

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

#30ec9c Text Font Color

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

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


#30ec9c Background Color

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

This div background color is #30ec9c


#30ec9c Border Color

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

This div border color is #30ec9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,236,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 #30ec9c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ec9c


Comments

No comments written yet.

Please login to write comment.