Color Hex Logo

#30aeaa Color Hex

#30AEAA
(48,174,170)
0 Favorites   0 Comments

Color spaces of #30aeaa

RGB 48174170
HSL0.490.570.44
HSV178°72°68°
CMYK 0.720.000.02   0.32
XYZ23.610733.802843.3104
Yxy33.80280.23440.3356
Hunter Lab58.1402-29.2565-3.4688
CIE-Lab64.8057-33.9892-7.7667

#30aeaa color RGB value is (48,174,170).

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

The process color (four color CMYK) of #30aeaa color hex is 0.72, 0.00, 0.02, 0.32. Web safe color of #30aeaa is #339999. Color #30aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 10101010
Octal 60 256 252
Decimal 48 174 170
Hex 30 AE AA

RGB Percentages of Color #30aeaa

%12.24
%44.39
%43.37

CMYK Percentages of Color #30aeaa

%72
%0
%2
%32

Triadic Colors of #30aeaa

#30aeaa #aa30ae #aeaa30

Analogous Colors of #30aeaa

#30aeaa #3073ae #30ae6b

Monochromatic Colors of #30aeaa

#30aeaa

Complementary Color

#30aeaa #ae3034

#30aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aeaa Color CSS Codes

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

#30aeaa Text Font Color

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

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


#30aeaa Background Color

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

This div background color is #30aeaa


#30aeaa Border Color

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

This div border color is #30aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aeaa


Comments

No comments written yet.

Please login to write comment.