Color Hex Logo

#30ccde Color Hex

#30CCDE
(48,204,222)
0 Favorites   0 Comments

Color spaces of #30ccde

RGB 48204222
HSL0.520.730.53
HSV186°78°87°
CMYK 0.780.080.00   0.13
XYZ35.996649.088076.6850
Yxy49.08800.22250.3034
Hunter Lab70.0628-30.9009-15.8500
CIE-Lab75.5060-32.6705-20.1736

#30ccde color RGB value is (48,204,222).

#30ccde hex color red value is 48, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #30ccde hue: 0.52 , saturation: 0.73 and the lightness value of 30ccde is 0.53.

The process color (four color CMYK) of #30ccde color hex is 0.78, 0.08, 0.00, 0.13. Web safe color of #30ccde is #33cccc. Color #30ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 11011110
Octal 60 314 336
Decimal 48 204 222
Hex 30 CC DE

RGB Percentages of Color #30ccde

%10.13
%43.04
%46.84

CMYK Percentages of Color #30ccde

%78
%8
%0
%13

Triadic Colors of #30ccde

#30ccde #de30cc #ccde30

Analogous Colors of #30ccde

#30ccde #3075de #30de99

Monochromatic Colors of #30ccde

#30ccde

Complementary Color

#30ccde #de4230

#30ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ccde Color CSS Codes

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

#30ccde Text Font Color

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

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


#30ccde Background Color

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

This div background color is #30ccde


#30ccde Border Color

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

This div border color is #30ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ccde


Comments

No comments written yet.

Please login to write comment.