Color Hex Logo

#30eeaa Color Hex

#30EEAA
(48,238,170)
0 Favorites   0 Comments

Color spaces of #30eeaa

RGB 48238170
HSL0.440.850.56
HSV159°80°93°
CMYK 0.800.000.29   0.07
XYZ39.049264.679748.4565
Yxy64.67970.25660.4250
Hunter Lab80.4237-54.071920.5735
CIE-Lab84.3184-60.705220.2669

#30eeaa color RGB value is (48,238,170).

#30eeaa hex color red value is 48, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #30eeaa hue: 0.44 , saturation: 0.85 and the lightness value of 30eeaa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101110 10101010
Octal 60 356 252
Decimal 48 238 170
Hex 30 EE AA

RGB Percentages of Color #30eeaa

%10.53
%52.19
%37.28

CMYK Percentages of Color #30eeaa

%80
%0
%29
%7

Triadic Colors of #30eeaa

#30eeaa #aa30ee #eeaa30

Analogous Colors of #30eeaa

#30eeaa #30d3ee #30ee4b

Monochromatic Colors of #30eeaa

#30eeaa

Complementary Color

#30eeaa #ee3074

#30eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eeaa Color CSS Codes

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

#30eeaa Text Font Color

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

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


#30eeaa Background Color

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

This div background color is #30eeaa


#30eeaa Border Color

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

This div border color is #30eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eeaa


Comments

No comments written yet.

Please login to write comment.