Color Hex Logo

#30edcc Color Hex

#30EDCC
(48,237,204)
0 Favorites   0 Comments

Color spaces of #30edcc

RGB 48237204
HSL0.470.840.56
HSV170°80°93°
CMYK 0.800.000.14   0.07
XYZ42.402265.556467.5456
Yxy65.55640.24160.3735
Hunter Lab80.9669-48.21207.2149
CIE-Lab84.7696-52.30213.1683

#30edcc color RGB value is (48,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101101 11001100
Octal 60 355 314
Decimal 48 237 204
Hex 30 ED CC

RGB Percentages of Color #30edcc

%9.82
%48.47
%41.72

CMYK Percentages of Color #30edcc

%80
%0
%14
%7

Triadic Colors of #30edcc

#30edcc #cc30ed #edcc30

Analogous Colors of #30edcc

#30edcc #30b0ed #30ed6e

Monochromatic Colors of #30edcc

#30edcc

Complementary Color

#30edcc #ed3051

#30edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30edcc Color CSS Codes

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

#30edcc Text Font Color

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

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


#30edcc Background Color

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

This div background color is #30edcc


#30edcc Border Color

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

This div border color is #30edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30edcc


Comments

No comments written yet.

Please login to write comment.