Color Hex Logo

#30adcc Color Hex

#30ADCC
(48,173,204)
0 Favorites   0 Comments

Color spaces of #30adcc

RGB 48173204
HSL0.530.620.49
HSV192°76°80°
CMYK 0.760.150.00   0.20
XYZ27.061634.875262.4320
Yxy34.87520.21760.2804
Hunter Lab59.0552-21.5504-21.3415
CIE-Lab65.6514-23.0119-25.3764

#30adcc color RGB value is (48,173,204).

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

The process color (four color CMYK) of #30adcc color hex is 0.76, 0.15, 0.00, 0.20. Web safe color of #30adcc is #3399cc. Color #30adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101101 11001100
Octal 60 255 314
Decimal 48 173 204
Hex 30 AD CC

RGB Percentages of Color #30adcc

%11.29
%40.71
%48.00

CMYK Percentages of Color #30adcc

%76
%15
%0
%20

Triadic Colors of #30adcc

#30adcc #cc30ad #adcc30

Analogous Colors of #30adcc

#30adcc #305fcc #30cc9d

Monochromatic Colors of #30adcc

#30adcc

Complementary Color

#30adcc #cc4f30

#30adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30adcc Color CSS Codes

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

#30adcc Text Font Color

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

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


#30adcc Background Color

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

This div background color is #30adcc


#30adcc Border Color

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

This div border color is #30adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30adcc


Comments

No comments written yet.

Please login to write comment.