Color Hex Logo

#30ebcc Color Hex

#30EBCC
(48,235,204)
0 Favorites   0 Comments

Color spaces of #30ebcc

RGB 48235204
HSL0.470.820.55
HSV170°80°92°
CMYK 0.800.000.13   0.08
XYZ41.826364.404767.3536
Yxy64.40470.24100.3710
Hunter Lab80.2525-47.41076.4164
CIE-Lab84.1760-51.48102.3066

#30ebcc color RGB value is (48,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101011 11001100
Octal 60 353 314
Decimal 48 235 204
Hex 30 EB CC

RGB Percentages of Color #30ebcc

%9.86
%48.25
%41.89

CMYK Percentages of Color #30ebcc

%80
%0
%13
%8

Triadic Colors of #30ebcc

#30ebcc #cc30eb #ebcc30

Analogous Colors of #30ebcc

#30ebcc #30adeb #30eb6f

Monochromatic Colors of #30ebcc

#30ebcc

Complementary Color

#30ebcc #eb304f

#30ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ebcc Color CSS Codes

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

#30ebcc Text Font Color

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

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


#30ebcc Background Color

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

This div background color is #30ebcc


#30ebcc Border Color

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

This div border color is #30ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ebcc


Comments

No comments written yet.

Please login to write comment.