Color Hex Logo

#30998b Color Hex

#30998B
(48,153,139)
0 Favorites   0 Comments

Color spaces of #30998b

RGB 48153139
HSL0.480.520.39
HSV172°69°60°
CMYK 0.690.000.09   0.40
XYZ17.270425.274928.3944
Yxy25.27490.24350.3563
Hunter Lab50.2741-26.66061.7054
CIE-Lab57.3423-32.9318-1.3252

#30998b color RGB value is (48,153,139).

#30998b hex color red value is 48, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #30998b hue: 0.48 , saturation: 0.52 and the lightness value of 30998b is 0.39.

The process color (four color CMYK) of #30998b color hex is 0.69, 0.00, 0.09, 0.40. Web safe color of #30998b is #339999. Color #30998b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 10001011
Octal 60 231 213
Decimal 48 153 139
Hex 30 99 8B

RGB Percentages of Color #30998b

%14.12
%45.00
%40.88

CMYK Percentages of Color #30998b

%69
%0
%9
%40

Triadic Colors of #30998b

#30998b #8b3099 #998b30

Analogous Colors of #30998b

#30998b #307399 #309957

Monochromatic Colors of #30998b

#30998b

Complementary Color

#30998b #99303e

#30998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30998b Color CSS Codes

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

#30998b Text Font Color

<p style="color:#30998b">Text here</p>

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


#30998b Background Color

<div style="background-color:#30998b">
Div content here</div>

This div background color is #30998b


#30998b Border Color

<div style="border:3px solid #30998b">
Div here</div>

This div border color is #30998b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30998b


Comments

No comments written yet.

Please login to write comment.