Color Hex Logo

#30ddbb Color Hex

#30DDBB
(48,221,187)
0 Favorites   0 Comments

Color spaces of #30ddbb

RGB 48221187
HSL0.470.720.53
HSV168°78°87°
CMYK 0.780.000.15   0.13
XYZ36.045055.929155.9093
Yxy55.92910.24370.3782
Hunter Lab74.7858-44.84228.0253
CIE-Lab79.5735-50.04044.6277

#30ddbb color RGB value is (48,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011101 10111011
Octal 60 335 273
Decimal 48 221 187
Hex 30 DD BB

RGB Percentages of Color #30ddbb

%10.53
%48.46
%41.01

CMYK Percentages of Color #30ddbb

%78
%0
%15
%13

Triadic Colors of #30ddbb

#30ddbb #bb30dd #ddbb30

Analogous Colors of #30ddbb

#30ddbb #30a9dd #30dd65

Monochromatic Colors of #30ddbb

#30ddbb

Complementary Color

#30ddbb #dd3052

#30ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ddbb Color CSS Codes

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

#30ddbb Text Font Color

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

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


#30ddbb Background Color

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

This div background color is #30ddbb


#30ddbb Border Color

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

This div border color is #30ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ddbb


Comments

No comments written yet.

Please login to write comment.