Color Hex Logo

#30abdc Color Hex

#30ABDC
(48,171,220)
0 Favorites   0 Comments

Color spaces of #30abdc

RGB 48171220
HSL0.550.710.53
HSV197°78°86°
CMYK 0.780.220.00   0.14
XYZ28.700134.921572.9380
Yxy34.92150.21020.2557
Hunter Lab59.0944-16.7240-31.8133
CIE-Lab65.6875-16.6586-34.1554

#30abdc color RGB value is (48,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11011100
Octal 60 253 334
Decimal 48 171 220
Hex 30 AB DC

RGB Percentages of Color #30abdc

%10.93
%38.95
%50.11

CMYK Percentages of Color #30abdc

%78
%22
%0
%14

Triadic Colors of #30abdc

#30abdc #dc30ab #abdc30

Analogous Colors of #30abdc

#30abdc #3055dc #30dcb7

Monochromatic Colors of #30abdc

#30abdc

Complementary Color

#30abdc #dc6130

#30abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abdc Color CSS Codes

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

#30abdc Text Font Color

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

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


#30abdc Background Color

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

This div background color is #30abdc


#30abdc Border Color

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

This div border color is #30abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abdc


Comments

No comments written yet.

Please login to write comment.