Color Hex Logo

#30dcca Color Hex

#30DCCA
(48,220,202)
0 Favorites   0 Comments

Color spaces of #30dcca

RGB 48220202
HSL0.480.710.53
HSV174°78°86°
CMYK 0.780.000.08   0.14
XYZ37.472856.079064.7264
Yxy56.07900.23680.3543
Hunter Lab74.8859-41.72921.1738
CIE-Lab79.6588-45.6912-3.2367

#30dcca color RGB value is (48,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011100 11001010
Octal 60 334 312
Decimal 48 220 202
Hex 30 DC CA

RGB Percentages of Color #30dcca

%10.21
%46.81
%42.98

CMYK Percentages of Color #30dcca

%78
%0
%8
%14

Triadic Colors of #30dcca

#30dcca #ca30dc #dcca30

Analogous Colors of #30dcca

#30dcca #3098dc #30dc74

Monochromatic Colors of #30dcca

#30dcca

Complementary Color

#30dcca #dc3042

#30dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dcca Color CSS Codes

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

#30dcca Text Font Color

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

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


#30dcca Background Color

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

This div background color is #30dcca


#30dcca Border Color

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

This div border color is #30dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dcca


Comments

No comments written yet.

Please login to write comment.