Color Hex Logo

#30adda Color Hex

#30ADDA
(48,173,218)
0 Favorites   0 Comments

Color spaces of #30adda

RGB 48173218
HSL0.540.700.52
HSV196°78°85°
CMYK 0.780.210.00   0.15
XYZ28.817435.577571.6780
Yxy35.57750.21180.2615
Hunter Lab59.6469-18.1427-29.4963
CIE-Lab66.1958-18.3933-32.2654

#30adda color RGB value is (48,173,218).

#30adda hex color red value is 48, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #30adda hue: 0.54 , saturation: 0.70 and the lightness value of 30adda is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101101 11011010
Octal 60 255 332
Decimal 48 173 218
Hex 30 AD DA

RGB Percentages of Color #30adda

%10.93
%39.41
%49.66

CMYK Percentages of Color #30adda

%78
%21
%0
%15

Triadic Colors of #30adda

#30adda #da30ad #adda30

Analogous Colors of #30adda

#30adda #3058da #30dab2

Monochromatic Colors of #30adda

#30adda

Complementary Color

#30adda #da5d30

#30adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#30adda Color CSS Codes

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

#30adda Text Font Color

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

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


#30adda Background Color

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

This div background color is #30adda


#30adda Border Color

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

This div border color is #30adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30adda


Comments

No comments written yet.

Please login to write comment.