Color Hex Logo

#30dabb Color Hex

#30DABB
(48,218,187)
0 Favorites   0 Comments

Color spaces of #30dabb

RGB 48218187
HSL0.470.700.52
HSV169°78°85°
CMYK 0.780.000.14   0.15
XYZ35.260054.359055.6477
Yxy54.35900.24270.3742
Hunter Lab73.7286-43.65906.8600
CIE-Lab78.6706-48.79543.3213

#30dabb color RGB value is (48,218,187).

#30dabb hex color red value is 48, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #30dabb hue: 0.47 , saturation: 0.70 and the lightness value of 30dabb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011010 10111011
Octal 60 332 273
Decimal 48 218 187
Hex 30 DA BB

RGB Percentages of Color #30dabb

%10.60
%48.12
%41.28

CMYK Percentages of Color #30dabb

%78
%0
%14
%15

Triadic Colors of #30dabb

#30dabb #bb30da #dabb30

Analogous Colors of #30dabb

#30dabb #30a4da #30da66

Monochromatic Colors of #30dabb

#30dabb

Complementary Color

#30dabb #da304f

#30dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dabb Color CSS Codes

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

#30dabb Text Font Color

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

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


#30dabb Background Color

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

This div background color is #30dabb


#30dabb Border Color

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

This div border color is #30dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dabb


Comments

No comments written yet.

Please login to write comment.