Color Hex Logo

#30eecc Color Hex

#30EECC
(48,238,204)
0 Favorites   0 Comments

Color spaces of #30eecc

RGB 48238204
HSL0.470.850.56
HSV169°80°93°
CMYK 0.800.000.14   0.07
XYZ42.692566.137167.6423
Yxy66.13710.24190.3748
Hunter Lab81.3247-48.61237.6125
CIE-Lab85.0663-52.71093.5984

#30eecc color RGB value is (48,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101110 11001100
Octal 60 356 314
Decimal 48 238 204
Hex 30 EE CC

RGB Percentages of Color #30eecc

%9.80
%48.57
%41.63

CMYK Percentages of Color #30eecc

%80
%0
%14
%7

Triadic Colors of #30eecc

#30eecc #cc30ee #eecc30

Analogous Colors of #30eecc

#30eecc #30b1ee #30ee6d

Monochromatic Colors of #30eecc

#30eecc

Complementary Color

#30eecc #ee3052

#30eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eecc Color CSS Codes

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

#30eecc Text Font Color

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

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


#30eecc Background Color

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

This div background color is #30eecc


#30eecc Border Color

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

This div border color is #30eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eecc


Comments

No comments written yet.

Please login to write comment.