Color Hex Logo

#30a98e Color Hex

#30A98E
(48,169,142)
0 Favorites   0 Comments

Color spaces of #30a98e

RGB 48169142
HSL0.460.560.43
HSV167°72°66°
CMYK 0.720.000.16   0.34
XYZ20.289430.957330.4972
Yxy30.95730.24820.3787
Hunter Lab55.6393-32.27706.4493
CIE-Lab62.4716-39.41684.4389

#30a98e color RGB value is (48,169,142).

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

The process color (four color CMYK) of #30a98e color hex is 0.72, 0.00, 0.16, 0.34. Web safe color of #30a98e is #339999. Color #30a98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101001 10001110
Octal 60 251 216
Decimal 48 169 142
Hex 30 A9 8E

RGB Percentages of Color #30a98e

%13.37
%47.08
%39.55

CMYK Percentages of Color #30a98e

%72
%0
%16
%34

Triadic Colors of #30a98e

#30a98e #8e30a9 #a98e30

Analogous Colors of #30a98e

#30a98e #3088a9 #30a952

Monochromatic Colors of #30a98e

#30a98e

Complementary Color

#30a98e #a9304b

#30a98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a98e Color CSS Codes

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

#30a98e Text Font Color

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

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


#30a98e Background Color

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

This div background color is #30a98e


#30a98e Border Color

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

This div border color is #30a98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a98e


Comments

No comments written yet.

Please login to write comment.