Color Hex Logo

#30afdb Color Hex

#30AFDB
(48,175,219)
0 Favorites   0 Comments

Color spaces of #30afdb

RGB 48175219
HSL0.540.700.52
HSV195°78°86°
CMYK 0.780.200.00   0.14
XYZ29.335136.402872.4982
Yxy36.40280.21220.2633
Hunter Lab60.3347-18.7980-29.0085
CIE-Lab66.8266-19.1124-31.8391

#30afdb color RGB value is (48,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 11011011
Octal 60 257 333
Decimal 48 175 219
Hex 30 AF DB

RGB Percentages of Color #30afdb

%10.86
%39.59
%49.55

CMYK Percentages of Color #30afdb

%78
%20
%0
%14

Triadic Colors of #30afdb

#30afdb #db30af #afdb30

Analogous Colors of #30afdb

#30afdb #3059db #30dbb2

Monochromatic Colors of #30afdb

#30afdb

Complementary Color

#30afdb #db5c30

#30afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afdb Color CSS Codes

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

#30afdb Text Font Color

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

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


#30afdb Background Color

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

This div background color is #30afdb


#30afdb Border Color

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

This div border color is #30afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afdb


Comments

No comments written yet.

Please login to write comment.