Color Hex Logo

#30ae78 Color Hex

#30AE78
(48,174,120)
0 Favorites   0 Comments

Color spaces of #30ae78

RGB 48174120
HSL0.430.570.44
HSV154°72°68°
CMYK 0.720.000.31   0.32
XYZ19.745132.256522.9548
Yxy32.25650.26340.4303
Hunter Lab56.7948-37.334215.7931
CIE-Lab63.5543-46.780218.1295

#30ae78 color RGB value is (48,174,120).

#30ae78 hex color red value is 48, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #30ae78 hue: 0.43 , saturation: 0.57 and the lightness value of 30ae78 is 0.44.

The process color (four color CMYK) of #30ae78 color hex is 0.72, 0.00, 0.31, 0.32. Web safe color of #30ae78 is #339966. Color #30ae78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 01111000
Octal 60 256 170
Decimal 48 174 120
Hex 30 AE 78

RGB Percentages of Color #30ae78

%14.04
%50.88
%35.09

CMYK Percentages of Color #30ae78

%72
%0
%31
%32

Triadic Colors of #30ae78

#30ae78 #7830ae #ae7830

Analogous Colors of #30ae78

#30ae78 #30a5ae #30ae39

Monochromatic Colors of #30ae78

#30ae78

Complementary Color

#30ae78 #ae3066

#30ae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ae78 Color CSS Codes

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

#30ae78 Text Font Color

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

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


#30ae78 Background Color

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

This div background color is #30ae78


#30ae78 Border Color

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

This div border color is #30ae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ae78


Comments

No comments written yet.

Please login to write comment.