Color Hex Logo

#30efdc Color Hex

#30EFDC
(48,239,220)
0 Favorites   0 Comments

Color spaces of #30efdc

RGB 48239220
HSL0.480.860.56
HSV174°80°94°
CMYK 0.800.000.08   0.06
XYZ45.003767.528778.3725
Yxy67.52870.23570.3537
Hunter Lab82.1758-46.05200.9772
CIE-Lab85.7702-48.9563-3.7725

#30efdc color RGB value is (48,239,220).

#30efdc hex color red value is 48, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #30efdc hue: 0.48 , saturation: 0.86 and the lightness value of 30efdc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 11011100
Octal 60 357 334
Decimal 48 239 220
Hex 30 EF DC

RGB Percentages of Color #30efdc

%9.47
%47.14
%43.39

CMYK Percentages of Color #30efdc

%80
%0
%8
%6

Triadic Colors of #30efdc

#30efdc #dc30ef #efdc30

Analogous Colors of #30efdc

#30efdc #30a3ef #30ef7d

Monochromatic Colors of #30efdc

#30efdc

Complementary Color

#30efdc #ef3043

#30efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30efdc Color CSS Codes

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

#30efdc Text Font Color

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

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


#30efdc Background Color

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

This div background color is #30efdc


#30efdc Border Color

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

This div border color is #30efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30efdc


Comments

No comments written yet.

Please login to write comment.