Color Hex Logo

#30998e Color Hex

#30998E
(48,153,142)
0 Favorites   0 Comments

Color spaces of #30998e

RGB 48153142
HSL0.480.520.39
HSV174°69°60°
CMYK 0.690.000.07   0.40
XYZ17.492625.363829.5649
Yxy25.36380.24150.3502
Hunter Lab50.3625-26.13520.4480
CIE-Lab57.4282-32.0927-2.9093

#30998e color RGB value is (48,153,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 10001110
Octal 60 231 216
Decimal 48 153 142
Hex 30 99 8E

RGB Percentages of Color #30998e

%13.99
%44.61
%41.40

CMYK Percentages of Color #30998e

%69
%0
%7
%40

Triadic Colors of #30998e

#30998e #8e3099 #998e30

Analogous Colors of #30998e

#30998e #307099 #30995a

Monochromatic Colors of #30998e

#30998e

Complementary Color

#30998e #99303b

#30998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30998e Color CSS Codes

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

#30998e Text Font Color

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

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


#30998e Background Color

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

This div background color is #30998e


#30998e Border Color

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

This div border color is #30998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30998e


Comments

No comments written yet.

Please login to write comment.