Color Hex Logo

#30ccc4 Color Hex

#30CCC4
(48,204,196)
0 Favorites   0 Comments

Color spaces of #30ccc4

RGB 48204196
HSL0.490.620.49
HSV177°76°80°
CMYK 0.760.000.04   0.20
XYZ32.775647.799659.7234
Yxy47.79960.23360.3407
Hunter Lab69.1373-36.3695-2.8209
CIE-Lab74.6984-40.3179-7.3397

#30ccc4 color RGB value is (48,204,196).

#30ccc4 hex color red value is 48, green value is 204 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #30ccc4 hue: 0.49 , saturation: 0.62 and the lightness value of 30ccc4 is 0.49.

The process color (four color CMYK) of #30ccc4 color hex is 0.76, 0.00, 0.04, 0.20. Web safe color of #30ccc4 is #33cccc. Color #30ccc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 11000100
Octal 60 314 304
Decimal 48 204 196
Hex 30 CC C4

RGB Percentages of Color #30ccc4

%10.71
%45.54
%43.75

CMYK Percentages of Color #30ccc4

%76
%0
%4
%20

Triadic Colors of #30ccc4

#30ccc4 #c430cc #ccc430

Analogous Colors of #30ccc4

#30ccc4 #3086cc #30cc76

Monochromatic Colors of #30ccc4

#30ccc4

Complementary Color

#30ccc4 #cc3038

#30ccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ccc4 Color CSS Codes

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

#30ccc4 Text Font Color

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

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


#30ccc4 Background Color

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

This div background color is #30ccc4


#30ccc4 Border Color

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

This div border color is #30ccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ccc4


Comments

No comments written yet.

Please login to write comment.