Color Hex Logo

#30efaa Color Hex

#30EFAA
(48,239,170)
0 Favorites   0 Comments

Color spaces of #30efaa

RGB 48239170
HSL0.440.860.56
HSV158°80°94°
CMYK 0.800.000.29   0.06
XYZ39.341165.263748.5539
Yxy65.26370.25690.4261
Hunter Lab80.7860-54.449620.9157
CIE-Lab84.6194-61.078920.6837

#30efaa color RGB value is (48,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 10101010
Octal 60 357 252
Decimal 48 239 170
Hex 30 EF AA

RGB Percentages of Color #30efaa

%10.50
%52.30
%37.20

CMYK Percentages of Color #30efaa

%80
%0
%29
%6

Triadic Colors of #30efaa

#30efaa #aa30ef #efaa30

Analogous Colors of #30efaa

#30efaa #30d5ef #30ef4b

Monochromatic Colors of #30efaa

#30efaa

Complementary Color

#30efaa #ef3075

#30efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30efaa Color CSS Codes

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

#30efaa Text Font Color

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

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


#30efaa Background Color

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

This div background color is #30efaa


#30efaa Border Color

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

This div border color is #30efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30efaa


Comments

No comments written yet.

Please login to write comment.