Color Hex Logo

#30adf5 Color Hex

#30ADF5
(48,173,245)
0 Favorites   0 Comments

Color spaces of #30adf5

RGB 48173245
HSL0.560.910.57
HSV202°80°96°
CMYK 0.800.290.00   0.04
XYZ32.643937.108191.8283
Yxy37.10810.20200.2297
Hunter Lab60.9164-10.9491-46.7351
CIE-Lab67.3581-9.1489-45.2388

#30adf5 color RGB value is (48,173,245).

#30adf5 hex color red value is 48, green value is 173 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #30adf5 hue: 0.56 , saturation: 0.91 and the lightness value of 30adf5 is 0.57.

The process color (four color CMYK) of #30adf5 color hex is 0.80, 0.29, 0.00, 0.04. Web safe color of #30adf5 is #3399ff. Color #30adf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101101 11110101
Octal 60 255 365
Decimal 48 173 245
Hex 30 AD F5

RGB Percentages of Color #30adf5

%10.30
%37.12
%52.58

CMYK Percentages of Color #30adf5

%80
%29
%0
%4

Triadic Colors of #30adf5

#30adf5 #f530ad #adf530

Analogous Colors of #30adf5

#30adf5 #304bf5 #30f5db

Monochromatic Colors of #30adf5

#30adf5

Complementary Color

#30adf5 #f57830

#30adf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30adf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30adf5 Color CSS Codes

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

#30adf5 Text Font Color

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

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


#30adf5 Background Color

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

This div background color is #30adf5


#30adf5 Border Color

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

This div border color is #30adf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30adf5


Comments

No comments written yet.

Please login to write comment.