Color Hex Logo

#30afde Color Hex

#30AFDE
(48,175,222)
0 Favorites   0 Comments

Color spaces of #30afde

RGB 48175222
HSL0.550.730.53
HSV196°78°87°
CMYK 0.780.210.00   0.13
XYZ29.733736.562274.5973
Yxy36.56220.21100.2595
Hunter Lab60.4667-18.0417-30.8190
CIE-Lab66.9473-18.1092-33.3005

#30afde color RGB value is (48,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11011110
Octal 60 257 336
Decimal 48 175 222
Hex 30 AF DE

RGB Percentages of Color #30afde

%10.79
%39.33
%49.89

CMYK Percentages of Color #30afde

%78
%21
%0
%13

Triadic Colors of #30afde

#30afde #de30af #afde30

Analogous Colors of #30afde

#30afde #3058de #30deb6

Monochromatic Colors of #30afde

#30afde

Complementary Color

#30afde #de5f30

#30afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afde Color CSS Codes

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

#30afde Text Font Color

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

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


#30afde Background Color

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

This div background color is #30afde


#30afde Border Color

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

This div border color is #30afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afde


Comments

No comments written yet.

Please login to write comment.