Color Hex Logo

#30cdaa Color Hex

#30CDAA
(48,205,170)
0 Favorites   0 Comments

Color spaces of #30cdaa

RGB 48205170
HSL0.460.620.50
HSV167°77°80°
CMYK 0.770.000.17   0.20
XYZ30.305947.193345.5421
Yxy47.19330.24630.3836
Hunter Lab68.6974-41.47508.7826
CIE-Lab74.3132-47.69566.1414

#30cdaa color RGB value is (48,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001101 10101010
Octal 60 315 252
Decimal 48 205 170
Hex 30 CD AA

RGB Percentages of Color #30cdaa

%11.35
%48.46
%40.19

CMYK Percentages of Color #30cdaa

%77
%0
%17
%20

Triadic Colors of #30cdaa

#30cdaa #aa30cd #cdaa30

Analogous Colors of #30cdaa

#30cdaa #30a2cd #30cd5c

Monochromatic Colors of #30cdaa

#30cdaa

Complementary Color

#30cdaa #cd3053

#30cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cdaa Color CSS Codes

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

#30cdaa Text Font Color

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

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


#30cdaa Background Color

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

This div background color is #30cdaa


#30cdaa Border Color

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

This div border color is #30cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cdaa


Comments

No comments written yet.

Please login to write comment.