Color Hex Logo

#30aadd Color Hex

#30AADD
(48,170,221)
0 Favorites   0 Comments

Color spaces of #30aadd

RGB 48170221
HSL0.550.720.53
HSV198°78°87°
CMYK 0.780.230.00   0.13
XYZ28.644834.598373.5750
Yxy34.59830.20940.2529
Hunter Lab58.8203-16.0082-32.9883
CIE-Lab65.4347-15.7846-35.0992

#30aadd color RGB value is (48,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11011101
Octal 60 252 335
Decimal 48 170 221
Hex 30 AA DD

RGB Percentages of Color #30aadd

%10.93
%38.72
%50.34

CMYK Percentages of Color #30aadd

%78
%23
%0
%13

Triadic Colors of #30aadd

#30aadd #dd30aa #aadd30

Analogous Colors of #30aadd

#30aadd #3053dd #30ddba

Monochromatic Colors of #30aadd

#30aadd

Complementary Color

#30aadd #dd6330

#30aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aadd Color CSS Codes

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

#30aadd Text Font Color

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

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


#30aadd Background Color

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

This div background color is #30aadd


#30aadd Border Color

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

This div border color is #30aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aadd


Comments

No comments written yet.

Please login to write comment.