Color Hex Logo

#30efcc Color Hex

#30EFCC
(48,239,204)
0 Favorites   0 Comments

Color spaces of #30efcc

RGB 48239204
HSL0.470.860.56
HSV169°80°94°
CMYK 0.800.000.15   0.06
XYZ42.984566.721067.7397
Yxy66.72100.24220.3760
Hunter Lab81.6829-49.01208.0088
CIE-Lab85.3629-53.11814.0278

#30efcc color RGB value is (48,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 11001100
Octal 60 357 314
Decimal 48 239 204
Hex 30 EF CC

RGB Percentages of Color #30efcc

%9.78
%48.68
%41.55

CMYK Percentages of Color #30efcc

%80
%0
%15
%6

Triadic Colors of #30efcc

#30efcc #cc30ef #efcc30

Analogous Colors of #30efcc

#30efcc #30b3ef #30ef6d

Monochromatic Colors of #30efcc

#30efcc

Complementary Color

#30efcc #ef3053

#30efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30efcc Color CSS Codes

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

#30efcc Text Font Color

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

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


#30efcc Background Color

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

This div background color is #30efcc


#30efcc Border Color

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

This div border color is #30efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30efcc


Comments

No comments written yet.

Please login to write comment.