Color Hex Logo

#30939c Color Hex

#30939C
(48,147,156)
0 Favorites   0 Comments

Color spaces of #30939c

RGB 48147156
HSL0.510.530.40
HSV185°69°61°
CMYK 0.690.060.00   0.39
XYZ17.653423.896135.1345
Yxy23.89610.23020.3116
Hunter Lab48.8836-21.0845-8.3954
CIE-Lab55.9836-24.9973-13.0694

#30939c color RGB value is (48,147,156).

#30939c hex color red value is 48, green value is 147 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #30939c hue: 0.51 , saturation: 0.53 and the lightness value of 30939c is 0.40.

The process color (four color CMYK) of #30939c color hex is 0.69, 0.06, 0.00, 0.39. Web safe color of #30939c is #339999. Color #30939c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010011 10011100
Octal 60 223 234
Decimal 48 147 156
Hex 30 93 9C

RGB Percentages of Color #30939c

%13.68
%41.88
%44.44

CMYK Percentages of Color #30939c

%69
%6
%0
%39

Triadic Colors of #30939c

#30939c #9c3093 #939c30

Analogous Colors of #30939c

#30939c #305d9c #309c6f

Monochromatic Colors of #30939c

#30939c

Complementary Color

#30939c #9c3930

#30939c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30939c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30939c Color CSS Codes

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

#30939c Text Font Color

<p style="color:#30939c">Text here</p>

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


#30939c Background Color

<div style="background-color:#30939c">
Div content here</div>

This div background color is #30939c


#30939c Border Color

<div style="border:3px solid #30939c">
Div here</div>

This div border color is #30939c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,147,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30939c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30939c;
  -webkit-box-shadow: 1px 1px 3px 2px #30939c;
  box-shadow:         1px 1px 3px 2px #30939c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30939c


Comments

No comments written yet.

Please login to write comment.