Color Hex Logo

#30ddec Color Hex

#30DDEC
(48,221,236)
0 Favorites   0 Comments

Color spaces of #30ddec

RGB 48221236
HSL0.510.830.56
HSV185°80°93°
CMYK 0.800.060.00   0.07
XYZ42.215758.397488.4037
Yxy58.39740.22330.3090
Hunter Lab76.4182-35.1231-15.0964
CIE-Lab80.9592-36.4389-19.4096

#30ddec color RGB value is (48,221,236).

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

The process color (four color CMYK) of #30ddec color hex is 0.80, 0.06, 0.00, 0.07. Web safe color of #30ddec is #33ccff. Color #30ddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011101 11101100
Octal 60 335 354
Decimal 48 221 236
Hex 30 DD EC

RGB Percentages of Color #30ddec

%9.50
%43.76
%46.73

CMYK Percentages of Color #30ddec

%80
%6
%0
%7

Triadic Colors of #30ddec

#30ddec #ec30dd #ddec30

Analogous Colors of #30ddec

#30ddec #307fec #30ec9d

Monochromatic Colors of #30ddec

#30ddec

Complementary Color

#30ddec #ec3f30

#30ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ddec Color CSS Codes

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

#30ddec Text Font Color

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

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


#30ddec Background Color

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

This div background color is #30ddec


#30ddec Border Color

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

This div border color is #30ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ddec


Comments

No comments written yet.

Please login to write comment.