Color Hex Logo

#30adcd Color Hex

#30ADCD
(48,173,205)
0 Favorites   0 Comments

Color spaces of #30adcd

RGB 48173205
HSL0.530.620.50
HSV192°77°80°
CMYK 0.770.160.00   0.20
XYZ27.181934.923363.0658
Yxy34.92330.21720.2790
Hunter Lab59.0959-21.3146-21.9057
CIE-Lab65.6889-22.6870-25.8720

#30adcd color RGB value is (48,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101101 11001101
Octal 60 255 315
Decimal 48 173 205
Hex 30 AD CD

RGB Percentages of Color #30adcd

%11.27
%40.61
%48.12

CMYK Percentages of Color #30adcd

%77
%16
%0
%20

Triadic Colors of #30adcd

#30adcd #cd30ad #adcd30

Analogous Colors of #30adcd

#30adcd #305fcd #30cd9f

Monochromatic Colors of #30adcd

#30adcd

Complementary Color

#30adcd #cd5030

#30adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30adcd Color CSS Codes

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

#30adcd Text Font Color

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

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


#30adcd Background Color

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

This div background color is #30adcd


#30adcd Border Color

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

This div border color is #30adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30adcd


Comments

No comments written yet.

Please login to write comment.