Color Hex Logo

#30999e Color Hex

#30999E
(48,153,158)
0 Favorites   0 Comments

Color spaces of #30999e

RGB 48153158
HSL0.510.530.40
HSV183°70°62°
CMYK 0.700.030.00   0.38
XYZ18.781725.879536.3531
Yxy25.87950.23180.3194
Hunter Lab50.8719-23.1243-6.7584
CIE-Lab57.9225-27.4019-11.2945

#30999e color RGB value is (48,153,158).

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

The process color (four color CMYK) of #30999e color hex is 0.70, 0.03, 0.00, 0.38. Web safe color of #30999e is #339999. Color #30999e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 10011110
Octal 60 231 236
Decimal 48 153 158
Hex 30 99 9E

RGB Percentages of Color #30999e

%13.37
%42.62
%44.01

CMYK Percentages of Color #30999e

%70
%3
%0
%38

Triadic Colors of #30999e

#30999e #9e3099 #999e30

Analogous Colors of #30999e

#30999e #30629e #309e6c

Monochromatic Colors of #30999e

#30999e

Complementary Color

#30999e #9e3530

#30999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30999e Color CSS Codes

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

#30999e Text Font Color

<p style="color:#30999e">Text here</p>

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


#30999e Background Color

<div style="background-color:#30999e">
Div content here</div>

This div background color is #30999e


#30999e Border Color

<div style="border:3px solid #30999e">
Div here</div>

This div border color is #30999e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,153,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30999e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30999e;
  -webkit-box-shadow: 1px 1px 3px 2px #30999e;
  box-shadow:         1px 1px 3px 2px #30999e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30999e


Comments

No comments written yet.

Please login to write comment.