Color Hex Logo

#30abd5 Color Hex

#30ABD5
(48,171,213)
0 Favorites   0 Comments

Color spaces of #30abd5

RGB 48171213
HSL0.540.660.51
HSV195°77°84°
CMYK 0.770.200.00   0.16
XYZ27.792134.558368.1564
Yxy34.55830.21300.2648
Hunter Lab58.7863-18.4875-27.5900
CIE-Lab65.4033-19.0092-30.7345

#30abd5 color RGB value is (48,171,213).

#30abd5 hex color red value is 48, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #30abd5 hue: 0.54 , saturation: 0.66 and the lightness value of 30abd5 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11010101
Octal 60 253 325
Decimal 48 171 213
Hex 30 AB D5

RGB Percentages of Color #30abd5

%11.11
%39.58
%49.31

CMYK Percentages of Color #30abd5

%77
%20
%0
%16

Triadic Colors of #30abd5

#30abd5 #d530ab #abd530

Analogous Colors of #30abd5

#30abd5 #3059d5 #30d5ad

Monochromatic Colors of #30abd5

#30abd5

Complementary Color

#30abd5 #d55a30

#30abd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abd5 Color CSS Codes

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

#30abd5 Text Font Color

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

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


#30abd5 Background Color

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

This div background color is #30abd5


#30abd5 Border Color

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

This div border color is #30abd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abd5


Comments

No comments written yet.

Please login to write comment.