Color Hex Logo

#30aadc Color Hex

#30AADC
(48,170,220)
0 Favorites   0 Comments

Color spaces of #30aadc

RGB 48170220
HSL0.550.710.53
HSV197°78°86°
CMYK 0.780.230.00   0.14
XYZ28.511934.545172.8753
Yxy34.54510.20980.2541
Hunter Lab58.7751-16.2657-32.3712
CIE-Lab65.3930-16.1238-34.6131

#30aadc color RGB value is (48,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11011100
Octal 60 252 334
Decimal 48 170 220
Hex 30 AA DC

RGB Percentages of Color #30aadc

%10.96
%38.81
%50.23

CMYK Percentages of Color #30aadc

%78
%23
%0
%14

Triadic Colors of #30aadc

#30aadc #dc30aa #aadc30

Analogous Colors of #30aadc

#30aadc #3054dc #30dcb8

Monochromatic Colors of #30aadc

#30aadc

Complementary Color

#30aadc #dc6230

#30aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aadc Color CSS Codes

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

#30aadc Text Font Color

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

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


#30aadc Background Color

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

This div background color is #30aadc


#30aadc Border Color

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

This div border color is #30aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aadc


Comments

No comments written yet.

Please login to write comment.