Color Hex Logo

#30eccc Color Hex

#30ECCC
(48,236,204)
0 Favorites   0 Comments

Color spaces of #30eccc

RGB 48236204
HSL0.470.830.56
HSV170°80°93°
CMYK 0.800.000.14   0.07
XYZ42.113564.978967.4493
Yxy64.97890.24130.3723
Hunter Lab80.6095-47.81136.8162
CIE-Lab84.4729-51.89192.7377

#30eccc color RGB value is (48,236,204).

#30eccc hex color red value is 48, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #30eccc hue: 0.47 , saturation: 0.83 and the lightness value of 30eccc is 0.56.

The process color (four color CMYK) of #30eccc color hex is 0.80, 0.00, 0.14, 0.07. Web safe color of #30eccc is #33ffcc. Color #30eccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101100 11001100
Octal 60 354 314
Decimal 48 236 204
Hex 30 EC CC

RGB Percentages of Color #30eccc

%9.84
%48.36
%41.80

CMYK Percentages of Color #30eccc

%80
%0
%14
%7

Triadic Colors of #30eccc

#30eccc #cc30ec #eccc30

Analogous Colors of #30eccc

#30eccc #30aeec #30ec6e

Monochromatic Colors of #30eccc

#30eccc

Complementary Color

#30eccc #ec3050

#30eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eccc Color CSS Codes

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

#30eccc Text Font Color

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

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


#30eccc Background Color

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

This div background color is #30eccc


#30eccc Border Color

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

This div border color is #30eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eccc


Comments

No comments written yet.

Please login to write comment.