Color Hex Logo

#1efabe Color Hex

#1EFABE
(30,250,190)
0 Favorites   0 Comments

Color spaces of #1efabe

RGB 30250190
HSL0.450.960.55
HSV164°88°98°
CMYK 0.880.000.24   0.02
XYZ44.015372.364960.3632
Yxy72.36490.24900.4094
Hunter Lab85.0676-56.509517.4756
CIE-Lab88.1439-62.061915.2598

#1efabe color RGB value is (30,250,190).

#1efabe hex color red value is 30, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1efabe hue: 0.45 , saturation: 0.96 and the lightness value of 1efabe is 0.55.

The process color (four color CMYK) of #1efabe color hex is 0.88, 0.00, 0.24, 0.02. Web safe color of #1efabe is #33ffcc. Color #1efabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111010 10111110
Octal 36 372 276
Decimal 30 250 190
Hex 1E FA BE

RGB Percentages of Color #1efabe

%6.38
%53.19
%40.43

CMYK Percentages of Color #1efabe

%88
%0
%24
%2

Triadic Colors of #1efabe

#1efabe #be1efa #fabe1e

Analogous Colors of #1efabe

#1efabe #1ec8fa #1efa50

Monochromatic Colors of #1efabe

#1efabe

Complementary Color

#1efabe #fa1e5a

#1efabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efabe Color CSS Codes

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

#1efabe Text Font Color

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

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


#1efabe Background Color

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

This div background color is #1efabe


#1efabe Border Color

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

This div border color is #1efabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efabe


Comments

No comments written yet.

Please login to write comment.