Color Hex Logo

#30abaa Color Hex

#30ABAA
(48,171,170)
0 Favorites   0 Comments

Color spaces of #30abaa

RGB 48171170
HSL0.500.560.43
HSV180°72°67°
CMYK 0.720.000.01   0.33
XYZ23.037532.656543.1193
Yxy32.65650.23310.3305
Hunter Lab57.1459-28.0457-4.7350
CIE-Lab63.8818-32.5711-9.1430

#30abaa color RGB value is (48,171,170).

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

The process color (four color CMYK) of #30abaa color hex is 0.72, 0.00, 0.01, 0.33. Web safe color of #30abaa is #339999. Color #30abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 10101010
Octal 60 253 252
Decimal 48 171 170
Hex 30 AB AA

RGB Percentages of Color #30abaa

%12.34
%43.96
%43.70

CMYK Percentages of Color #30abaa

%72
%0
%1
%33

Triadic Colors of #30abaa

#30abaa #aa30ab #abaa30

Analogous Colors of #30abaa

#30abaa #306fab #30ab6d

Monochromatic Colors of #30abaa

#30abaa

Complementary Color

#30abaa #ab3031

#30abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abaa Color CSS Codes

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

#30abaa Text Font Color

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

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


#30abaa Background Color

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

This div background color is #30abaa


#30abaa Border Color

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

This div border color is #30abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abaa


Comments

No comments written yet.

Please login to write comment.