Color Hex Logo

#1ebd98 Color Hex

#1EBD98
(30,189,152)
0 Favorites   0 Comments

Color spaces of #1ebd98

RGB 30189152
HSL0.460.730.43
HSV166°84°74°
CMYK 0.840.000.20   0.26
XYZ24.400538.938235.9355
Yxy38.93820.24580.3922
Hunter Lab62.4005-39.40199.5361
CIE-Lab68.7065-47.33647.8319

#1ebd98 color RGB value is (30,189,152).

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

The process color (four color CMYK) of #1ebd98 color hex is 0.84, 0.00, 0.20, 0.26. Web safe color of #1ebd98 is #33cc99. Color #1ebd98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111101 10011000
Octal 36 275 230
Decimal 30 189 152
Hex 1E BD 98

RGB Percentages of Color #1ebd98

%8.09
%50.94
%40.97

CMYK Percentages of Color #1ebd98

%84
%0
%20
%26

Triadic Colors of #1ebd98

#1ebd98 #981ebd #bd981e

Analogous Colors of #1ebd98

#1ebd98 #1e93bd #1ebd49

Monochromatic Colors of #1ebd98

#1ebd98

Complementary Color

#1ebd98 #bd1e43

#1ebd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebd98 Color CSS Codes

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

#1ebd98 Text Font Color

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

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


#1ebd98 Background Color

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

This div background color is #1ebd98


#1ebd98 Border Color

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

This div border color is #1ebd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebd98


Comments

No comments written yet.

Please login to write comment.