Color Hex Logo

#30ccca Color Hex

#30CCCA
(48,204,202)
0 Favorites   0 Comments

Color spaces of #30ccca

RGB 48204202
HSL0.500.620.49
HSV179°76°80°
CMYK 0.760.000.01   0.20
XYZ33.472548.078463.3930
Yxy48.07840.23090.3317
Hunter Lab69.3386-35.1735-5.6690
CIE-Lab74.8744-38.6088-10.3229

#30ccca color RGB value is (48,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 11001010
Octal 60 314 312
Decimal 48 204 202
Hex 30 CC CA

RGB Percentages of Color #30ccca

%10.57
%44.93
%44.49

CMYK Percentages of Color #30ccca

%76
%0
%1
%20

Triadic Colors of #30ccca

#30ccca #ca30cc #ccca30

Analogous Colors of #30ccca

#30ccca #3080cc #30cc7c

Monochromatic Colors of #30ccca

#30ccca

Complementary Color

#30ccca #cc3032

#30ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ccca Color CSS Codes

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

#30ccca Text Font Color

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

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


#30ccca Background Color

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

This div background color is #30ccca


#30ccca Border Color

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

This div border color is #30ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ccca


Comments

No comments written yet.

Please login to write comment.