Color Hex Logo

#30987d Color Hex

#30987D
(48,152,125)
0 Favorites   0 Comments

Color spaces of #30987d

RGB 48152125
HSL0.460.520.39
HSV164°68°60°
CMYK 0.680.000.18   0.40
XYZ16.148824.565523.2925
Yxy24.56550.25230.3838
Hunter Lab49.5636-28.57756.8311
CIE-Lab56.6496-36.21445.6439

#30987d color RGB value is (48,152,125).

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

The process color (four color CMYK) of #30987d color hex is 0.68, 0.00, 0.18, 0.40. Web safe color of #30987d is #339966. Color #30987d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 01111101
Octal 60 230 175
Decimal 48 152 125
Hex 30 98 7D

RGB Percentages of Color #30987d

%14.77
%46.77
%38.46

CMYK Percentages of Color #30987d

%68
%0
%18
%40

Triadic Colors of #30987d

#30987d #7d3098 #987d30

Analogous Colors of #30987d

#30987d #307f98 #309849

Monochromatic Colors of #30987d

#30987d

Complementary Color

#30987d #98304b

#30987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30987d Color CSS Codes

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

#30987d Text Font Color

<p style="color:#30987d">Text here</p>

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


#30987d Background Color

<div style="background-color:#30987d">
Div content here</div>

This div background color is #30987d


#30987d Border Color

<div style="border:3px solid #30987d">
Div here</div>

This div border color is #30987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30987d


Comments

No comments written yet.

Please login to write comment.