Color Hex Logo

#30dbc0 Color Hex

#30DBC0
(48,219,192)
0 Favorites   0 Comments

Color spaces of #30dbc0

RGB 48219192
HSL0.470.700.52
HSV171°78°86°
CMYK 0.780.000.12   0.14
XYZ36.064955.097258.6032
Yxy55.09720.24080.3679
Hunter Lab74.2275-43.17035.1493
CIE-Lab79.0972-47.92111.2746

#30dbc0 color RGB value is (48,219,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011011 11000000
Octal 60 333 300
Decimal 48 219 192
Hex 30 DB C0

RGB Percentages of Color #30dbc0

%10.46
%47.71
%41.83

CMYK Percentages of Color #30dbc0

%78
%0
%12
%14

Triadic Colors of #30dbc0

#30dbc0 #c030db #dbc030

Analogous Colors of #30dbc0

#30dbc0 #30a1db #30db6b

Monochromatic Colors of #30dbc0

#30dbc0

Complementary Color

#30dbc0 #db304b

#30dbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dbc0 Color CSS Codes

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

#30dbc0 Text Font Color

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

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


#30dbc0 Background Color

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

This div background color is #30dbc0


#30dbc0 Border Color

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

This div border color is #30dbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dbc0


Comments

No comments written yet.

Please login to write comment.