Color Hex Logo

#30988e Color Hex

#30988E
(48,152,142)
0 Favorites   0 Comments

Color spaces of #30988e

RGB 48152142
HSL0.480.520.39
HSV174°68°60°
CMYK 0.680.000.07   0.40
XYZ17.329625.037829.5106
Yxy25.03780.24110.3483
Hunter Lab50.0378-25.74620.0592
CIE-Lab57.1122-31.6170-3.3747

#30988e color RGB value is (48,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 10001110
Octal 60 230 216
Decimal 48 152 142
Hex 30 98 8E

RGB Percentages of Color #30988e

%14.04
%44.44
%41.52

CMYK Percentages of Color #30988e

%68
%0
%7
%40

Triadic Colors of #30988e

#30988e #8e3098 #988e30

Analogous Colors of #30988e

#30988e #306e98 #30985a

Monochromatic Colors of #30988e

#30988e

Complementary Color

#30988e #98303a

#30988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30988e Color CSS Codes

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

#30988e Text Font Color

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

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


#30988e Background Color

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

This div background color is #30988e


#30988e Border Color

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

This div border color is #30988e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,152,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 #30988e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30988e


Comments

No comments written yet.

Please login to write comment.