Color Hex Logo

#30b986 Color Hex

#30B986
(48,185,134)
0 Favorites   0 Comments

Color spaces of #30b986

RGB 48185134
HSL0.440.590.46
HSV158°74°73°
CMYK 0.740.000.28   0.27
XYZ22.871037.047528.4997
Yxy37.04750.25870.4190
Hunter Lab60.8667-39.444214.8452
CIE-Lab67.3127-48.112115.7073

#30b986 color RGB value is (48,185,134).

#30b986 hex color red value is 48, green value is 185 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #30b986 hue: 0.44 , saturation: 0.59 and the lightness value of 30b986 is 0.46.

The process color (four color CMYK) of #30b986 color hex is 0.74, 0.00, 0.28, 0.27. Web safe color of #30b986 is #33cc99. Color #30b986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111001 10000110
Octal 60 271 206
Decimal 48 185 134
Hex 30 B9 86

RGB Percentages of Color #30b986

%13.08
%50.41
%36.51

CMYK Percentages of Color #30b986

%74
%0
%28
%27

Triadic Colors of #30b986

#30b986 #8630b9 #b98630

Analogous Colors of #30b986

#30b986 #30a8b9 #30b942

Monochromatic Colors of #30b986

#30b986

Complementary Color

#30b986 #b93063

#30b986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30b986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30b986 Color CSS Codes

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

#30b986 Text Font Color

<p style="color:#30b986">Text here</p>

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


#30b986 Background Color

<div style="background-color:#30b986">
Div content here</div>

This div background color is #30b986


#30b986 Border Color

<div style="border:3px solid #30b986">
Div here</div>

This div border color is #30b986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,185,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30b986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30b986;
  -webkit-box-shadow: 1px 1px 3px 2px #30b986;
  box-shadow:         1px 1px 3px 2px #30b986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30b986


Comments

No comments written yet.

Please login to write comment.