Color Hex Logo

#30dfcc Color Hex

#30DFCC
(48,223,204)
0 Favorites   0 Comments

Color spaces of #30dfcc

RGB 48223204
HSL0.480.730.53
HSV173°78°87°
CMYK 0.780.000.09   0.13
XYZ38.505757.763466.2467
Yxy57.76340.23690.3554
Hunter Lab76.0022-42.56881.5219
CIE-Lab80.6071-46.4406-2.9081

#30dfcc color RGB value is (48,223,204).

#30dfcc hex color red value is 48, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #30dfcc hue: 0.48 , saturation: 0.73 and the lightness value of 30dfcc is 0.53.

The process color (four color CMYK) of #30dfcc color hex is 0.78, 0.00, 0.09, 0.13. Web safe color of #30dfcc is #33cccc. Color #30dfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11011111 11001100
Octal 60 337 314
Decimal 48 223 204
Hex 30 DF CC

RGB Percentages of Color #30dfcc

%10.11
%46.95
%42.95

CMYK Percentages of Color #30dfcc

%78
%0
%9
%13

Triadic Colors of #30dfcc

#30dfcc #cc30df #dfcc30

Analogous Colors of #30dfcc

#30dfcc #309bdf #30df75

Monochromatic Colors of #30dfcc

#30dfcc

Complementary Color

#30dfcc #df3043

#30dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30dfcc Color CSS Codes

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

#30dfcc Text Font Color

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

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


#30dfcc Background Color

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

This div background color is #30dfcc


#30dfcc Border Color

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

This div border color is #30dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30dfcc


Comments

No comments written yet.

Please login to write comment.