Color Hex Logo

#30aadb Color Hex

#30AADB
(48,170,219)
0 Favorites   0 Comments

Color spaces of #30aadb

RGB 48170219
HSL0.550.700.52
HSV197°78°86°
CMYK 0.780.220.00   0.14
XYZ28.379834.492372.1797
Yxy34.49230.21010.2554
Hunter Lab58.7301-16.5223-31.7567
CIE-Lab65.3515-16.4627-34.1262

#30aadb color RGB value is (48,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11011011
Octal 60 252 333
Decimal 48 170 219
Hex 30 AA DB

RGB Percentages of Color #30aadb

%10.98
%38.90
%50.11

CMYK Percentages of Color #30aadb

%78
%22
%0
%14

Triadic Colors of #30aadb

#30aadb #db30aa #aadb30

Analogous Colors of #30aadb

#30aadb #3055db #30dbb7

Monochromatic Colors of #30aadb

#30aadb

Complementary Color

#30aadb #db6130

#30aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aadb Color CSS Codes

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

#30aadb Text Font Color

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

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


#30aadb Background Color

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

This div background color is #30aadb


#30aadb Border Color

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

This div border color is #30aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aadb


Comments

No comments written yet.

Please login to write comment.