Color Hex Logo

#1eceab Color Hex

#1ECEAB
(30,206,171)
0 Favorites   0 Comments

Color spaces of #1eceab

RGB 30206171
HSL0.470.750.46
HSV168°85°81°
CMYK 0.850.000.17   0.19
XYZ29.957447.358946.0903
Yxy47.35890.24280.3838
Hunter Lab68.8178-42.72758.4633
CIE-Lab74.4188-49.46485.7256

#1eceab color RGB value is (30,206,171).

#1eceab hex color red value is 30, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1eceab hue: 0.47 , saturation: 0.75 and the lightness value of 1eceab is 0.46.

The process color (four color CMYK) of #1eceab color hex is 0.85, 0.00, 0.17, 0.19. Web safe color of #1eceab is #33cc99. Color #1eceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001110 10101011
Octal 36 316 253
Decimal 30 206 171
Hex 1E CE AB

RGB Percentages of Color #1eceab

%7.37
%50.61
%42.01

CMYK Percentages of Color #1eceab

%85
%0
%17
%19

Triadic Colors of #1eceab

#1eceab #ab1ece #ceab1e

Analogous Colors of #1eceab

#1eceab #1e99ce #1ece53

Monochromatic Colors of #1eceab

#1eceab

Complementary Color

#1eceab #ce1e41

#1eceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eceab Color CSS Codes

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

#1eceab Text Font Color

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

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


#1eceab Background Color

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

This div background color is #1eceab


#1eceab Border Color

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

This div border color is #1eceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eceab


Comments

No comments written yet.

Please login to write comment.