Color Hex Logo

#30abdb Color Hex

#30ABDB
(48,171,219)
0 Favorites   0 Comments

Color spaces of #30abdb

RGB 48171219
HSL0.550.700.52
HSV197°78°86°
CMYK 0.780.220.00   0.14
XYZ28.568034.868772.2425
Yxy34.86870.21060.2570
Hunter Lab59.0497-16.9795-31.2016
CIE-Lab65.6463-16.9965-33.6684

#30abdb color RGB value is (48,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11011011
Octal 60 253 333
Decimal 48 171 219
Hex 30 AB DB

RGB Percentages of Color #30abdb

%10.96
%39.04
%50.00

CMYK Percentages of Color #30abdb

%78
%22
%0
%14

Triadic Colors of #30abdb

#30abdb #db30ab #abdb30

Analogous Colors of #30abdb

#30abdb #3056db #30dbb6

Monochromatic Colors of #30abdb

#30abdb

Complementary Color

#30abdb #db6030

#30abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abdb Color CSS Codes

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

#30abdb Text Font Color

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

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


#30abdb Background Color

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

This div background color is #30abdb


#30abdb Border Color

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

This div border color is #30abdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,171,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 #30abdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abdb


Comments

No comments written yet.

Please login to write comment.