Color Hex Logo

#30ceaa Color Hex

#30CEAA
(48,206,170)
0 Favorites   0 Comments

Color spaces of #30ceaa

RGB 48206170
HSL0.460.620.50
HSV166°77°81°
CMYK 0.770.000.17   0.19
XYZ30.545947.673345.6221
Yxy47.67330.24670.3850
Hunter Lab69.0459-41.86189.1562
CIE-Lab74.6184-48.11166.5800

#30ceaa color RGB value is (48,206,170).

#30ceaa hex color red value is 48, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #30ceaa hue: 0.46 , saturation: 0.62 and the lightness value of 30ceaa is 0.50.

The process color (four color CMYK) of #30ceaa color hex is 0.77, 0.00, 0.17, 0.19. Web safe color of #30ceaa is #33cc99. Color #30ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001110 10101010
Octal 60 316 252
Decimal 48 206 170
Hex 30 CE AA

RGB Percentages of Color #30ceaa

%11.32
%48.58
%40.09

CMYK Percentages of Color #30ceaa

%77
%0
%17
%19

Triadic Colors of #30ceaa

#30ceaa #aa30ce #ceaa30

Analogous Colors of #30ceaa

#30ceaa #30a3ce #30ce5b

Monochromatic Colors of #30ceaa

#30ceaa

Complementary Color

#30ceaa #ce3054

#30ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ceaa Color CSS Codes

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

#30ceaa Text Font Color

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

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


#30ceaa Background Color

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

This div background color is #30ceaa


#30ceaa Border Color

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

This div border color is #30ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ceaa


Comments

No comments written yet.

Please login to write comment.