Color Hex Logo

#1e987d Color Hex

#1E987D
(30,152,125)
0 Favorites   0 Comments

Color spaces of #1e987d

RGB 30152125
HSL0.460.670.36
HSV167°80°60°
CMYK 0.800.000.18   0.40
XYZ15.465324.213223.2605
Yxy24.21320.24570.3847
Hunter Lab49.2069-30.01116.4180
CIE-Lab56.3006-38.67375.0971

#1e987d color RGB value is (30,152,125).

#1e987d hex color red value is 30, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1e987d hue: 0.46 , saturation: 0.67 and the lightness value of 1e987d is 0.36.

The process color (four color CMYK) of #1e987d color hex is 0.80, 0.00, 0.18, 0.40. Web safe color of #1e987d is #339966. Color #1e987d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10011000 01111101
Octal 36 230 175
Decimal 30 152 125
Hex 1E 98 7D

RGB Percentages of Color #1e987d

%9.77
%49.51
%40.72

CMYK Percentages of Color #1e987d

%80
%0
%18
%40

Triadic Colors of #1e987d

#1e987d #7d1e98 #987d1e

Analogous Colors of #1e987d

#1e987d #1e7698 #1e9840

Monochromatic Colors of #1e987d

#1e987d

Complementary Color

#1e987d #981e39

#1e987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e987d Color CSS Codes

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

#1e987d Text Font Color

<p style="color:#1e987d">Text here</p>

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


#1e987d Background Color

<div style="background-color:#1e987d">
Div content here</div>

This div background color is #1e987d


#1e987d Border Color

<div style="border:3px solid #1e987d">
Div here</div>

This div border color is #1e987d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,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 #1e987d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e987d


Comments

No comments written yet.

Please login to write comment.