Color Hex Logo

#30dcab Color Hex

#30DCAB
(48,220,171)
0 Favorites   0 Comments

Color spaces of #30dcab

RGB 48220171
HSL0.450.710.53
HSV163°78°86°
CMYK 0.780.000.22   0.14
XYZ34.162854.755147.2963
Yxy54.75510.25080.4020
Hunter Lab73.9967-47.084313.9014
CIE-Lab78.9000-53.550012.1533

#30dcab color RGB value is (48,220,171).

#30dcab hex color red value is 48, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #30dcab hue: 0.45 , saturation: 0.71 and the lightness value of 30dcab is 0.53.

The process color (four color CMYK) of #30dcab color hex is 0.78, 0.00, 0.22, 0.14. Web safe color of #30dcab is #33cc99. Color #30dcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011100 10101011
Octal 60 334 253
Decimal 48 220 171
Hex 30 DC AB

RGB Percentages of Color #30dcab

%10.93
%50.11
%38.95

CMYK Percentages of Color #30dcab

%78
%0
%22
%14

Triadic Colors of #30dcab

#30dcab #ab30dc #dcab30

Analogous Colors of #30dcab

#30dcab #30b7dc #30dc55

Monochromatic Colors of #30dcab

#30dcab

Complementary Color

#30dcab #dc3061

#30dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dcab Color CSS Codes

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

#30dcab Text Font Color

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

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


#30dcab Background Color

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

This div background color is #30dcab


#30dcab Border Color

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

This div border color is #30dcab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,220,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30dcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dcab


Comments

No comments written yet.

Please login to write comment.