Color Hex Logo

#30abda Color Hex

#30ABDA
(48,171,218)
0 Favorites   0 Comments

Color spaces of #30abda

RGB 48171218
HSL0.550.700.52
HSV197°78°85°
CMYK 0.780.220.00   0.15
XYZ28.436734.816271.5511
Yxy34.81620.21090.2583
Hunter Lab59.0053-17.2338-30.5927
CIE-Lab65.6053-17.3337-33.1808

#30abda color RGB value is (48,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11011010
Octal 60 253 332
Decimal 48 171 218
Hex 30 AB DA

RGB Percentages of Color #30abda

%10.98
%39.13
%49.89

CMYK Percentages of Color #30abda

%78
%22
%0
%15

Triadic Colors of #30abda

#30abda #da30ab #abda30

Analogous Colors of #30abda

#30abda #3056da #30dab4

Monochromatic Colors of #30abda

#30abda

Complementary Color

#30abda #da5f30

#30abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abda Color CSS Codes

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

#30abda Text Font Color

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

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


#30abda Background Color

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

This div background color is #30abda


#30abda Border Color

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

This div border color is #30abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abda


Comments

No comments written yet.

Please login to write comment.