Color Hex Logo

#30ccdf Color Hex

#30CCDF
(48,204,223)
0 Favorites   0 Comments

Color spaces of #30ccdf

RGB 48204223
HSL0.520.730.53
HSV187°78°87°
CMYK 0.780.090.00   0.13
XYZ36.131149.141877.3931
Yxy49.14180.22210.3021
Hunter Lab70.1012-30.6758-16.3865
CIE-Lab75.5395-32.3646-20.6620

#30ccdf color RGB value is (48,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 11011111
Octal 60 314 337
Decimal 48 204 223
Hex 30 CC DF

RGB Percentages of Color #30ccdf

%10.11
%42.95
%46.95

CMYK Percentages of Color #30ccdf

%78
%9
%0
%13

Triadic Colors of #30ccdf

#30ccdf #df30cc #ccdf30

Analogous Colors of #30ccdf

#30ccdf #3075df #30df9b

Monochromatic Colors of #30ccdf

#30ccdf

Complementary Color

#30ccdf #df4330

#30ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ccdf Color CSS Codes

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

#30ccdf Text Font Color

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

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


#30ccdf Background Color

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

This div background color is #30ccdf


#30ccdf Border Color

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

This div border color is #30ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ccdf


Comments

No comments written yet.

Please login to write comment.