Color Hex Logo

#30bcaa Color Hex

#30BCAA
(48,188,170)
0 Favorites   0 Comments

Color spaces of #30bcaa

RGB 48188170
HSL0.480.590.46
HSV172°74°74°
CMYK 0.740.000.10   0.26
XYZ26.457839.497144.2594
Yxy39.49710.24010.3584
Hunter Lab62.8467-34.83522.2381
CIE-Lab69.1098-40.3838-1.4124

#30bcaa color RGB value is (48,188,170).

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

The process color (four color CMYK) of #30bcaa color hex is 0.74, 0.00, 0.10, 0.26. Web safe color of #30bcaa is #33cc99. Color #30bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111100 10101010
Octal 60 274 252
Decimal 48 188 170
Hex 30 BC AA

RGB Percentages of Color #30bcaa

%11.82
%46.31
%41.87

CMYK Percentages of Color #30bcaa

%74
%0
%10
%26

Triadic Colors of #30bcaa

#30bcaa #aa30bc #bcaa30

Analogous Colors of #30bcaa

#30bcaa #3088bc #30bc64

Monochromatic Colors of #30bcaa

#30bcaa

Complementary Color

#30bcaa #bc3042

#30bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcaa Color CSS Codes

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

#30bcaa Text Font Color

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

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


#30bcaa Background Color

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

This div background color is #30bcaa


#30bcaa Border Color

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

This div border color is #30bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bcaa


Comments

No comments written yet.

Please login to write comment.