Color Hex Logo

#30abcc Color Hex

#30ABCC
(48,171,204)
0 Favorites   0 Comments

Color spaces of #30abcc

RGB 48171204
HSL0.540.620.49
HSV193°76°80°
CMYK 0.760.160.00   0.20
XYZ26.680934.113862.3051
Yxy34.11380.21670.2771
Hunter Lab58.4070-20.6717-22.3621
CIE-Lab65.0528-21.9816-26.2957

#30abcc color RGB value is (48,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11001100
Octal 60 253 314
Decimal 48 171 204
Hex 30 AB CC

RGB Percentages of Color #30abcc

%11.35
%40.43
%48.23

CMYK Percentages of Color #30abcc

%76
%16
%0
%20

Triadic Colors of #30abcc

#30abcc #cc30ab #abcc30

Analogous Colors of #30abcc

#30abcc #305dcc #30cc9f

Monochromatic Colors of #30abcc

#30abcc

Complementary Color

#30abcc #cc5130

#30abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abcc Color CSS Codes

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

#30abcc Text Font Color

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

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


#30abcc Background Color

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

This div background color is #30abcc


#30abcc Border Color

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

This div border color is #30abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abcc


Comments

No comments written yet.

Please login to write comment.