Color Hex Logo

#30ffcc Color Hex

#30FFCC
(48,255,204)
0 Favorites   0 Comments

Color spaces of #30ffcc

RGB 48255204
HSL0.461.000.59
HSV165°81°100°
CMYK 0.810.000.20   0.00
XYZ47.878076.508069.3708
Yxy76.50800.24710.3949
Hunter Lab87.4689-55.364614.2058
CIE-Lab90.0947-59.470110.8266

#30ffcc color RGB value is (48,255,204).

#30ffcc hex color red value is 48, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #30ffcc hue: 0.46 , saturation: 1.00 and the lightness value of 30ffcc is 0.59.

The process color (four color CMYK) of #30ffcc color hex is 0.81, 0.00, 0.20, 0.00. Web safe color of #30ffcc is #33ffcc. Color #30ffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111111 11001100
Octal 60 377 314
Decimal 48 255 204
Hex 30 FF CC

RGB Percentages of Color #30ffcc

%9.47
%50.30
%40.24

CMYK Percentages of Color #30ffcc

%81
%0
%20
%0

Triadic Colors of #30ffcc

#30ffcc #cc30ff #ffcc30

Analogous Colors of #30ffcc

#30ffcc #30cbff #30ff65

Monochromatic Colors of #30ffcc

#30ffcc

Complementary Color

#30ffcc #ff3063

#30ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ffcc Color CSS Codes

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

#30ffcc Text Font Color

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

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


#30ffcc Background Color

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

This div background color is #30ffcc


#30ffcc Border Color

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

This div border color is #30ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.