Color Hex Logo

#30abcb Color Hex

#30ABCB
(48,171,203)
0 Favorites   0 Comments

Color spaces of #30abcb

RGB 48171203
HSL0.530.620.49
HSV192°76°80°
CMYK 0.760.160.00   0.20
XYZ26.561334.066061.6754
Yxy34.06600.21720.2785
Hunter Lab58.3661-20.9087-21.7954
CIE-Lab65.0149-22.3082-25.7998

#30abcb color RGB value is (48,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11001011
Octal 60 253 313
Decimal 48 171 203
Hex 30 AB CB

RGB Percentages of Color #30abcb

%11.37
%40.52
%48.10

CMYK Percentages of Color #30abcb

%76
%16
%0
%20

Triadic Colors of #30abcb

#30abcb #cb30ab #abcb30

Analogous Colors of #30abcb

#30abcb #305dcb #30cb9e

Monochromatic Colors of #30abcb

#30abcb

Complementary Color

#30abcb #cb5030

#30abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abcb Color CSS Codes

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

#30abcb Text Font Color

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

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


#30abcb Background Color

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

This div background color is #30abcb


#30abcb Border Color

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

This div border color is #30abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abcb


Comments

No comments written yet.

Please login to write comment.