Color Hex Logo

#30adde Color Hex

#30ADDE
(48,173,222)
0 Favorites   0 Comments

Color spaces of #30adde

RGB 48173222
HSL0.550.730.53
HSV197°78°87°
CMYK 0.780.220.00   0.13
XYZ29.347335.789474.4685
Yxy35.78940.21020.2564
Hunter Lab59.8242-17.1277-31.9265
CIE-Lab66.3587-17.0489-34.2137

#30adde color RGB value is (48,173,222).

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

The process color (four color CMYK) of #30adde color hex is 0.78, 0.22, 0.00, 0.13. Web safe color of #30adde is #3399cc. Color #30adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101101 11011110
Octal 60 255 336
Decimal 48 173 222
Hex 30 AD DE

RGB Percentages of Color #30adde

%10.84
%39.05
%50.11

CMYK Percentages of Color #30adde

%78
%22
%0
%13

Triadic Colors of #30adde

#30adde #de30ad #adde30

Analogous Colors of #30adde

#30adde #3056de #30deb8

Monochromatic Colors of #30adde

#30adde

Complementary Color

#30adde #de6130

#30adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#30adde Color CSS Codes

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

#30adde Text Font Color

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

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


#30adde Background Color

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

This div background color is #30adde


#30adde Border Color

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

This div border color is #30adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30adde


Comments

No comments written yet.

Please login to write comment.