Color Hex Logo

#1efade Color Hex

#1EFADE
(30,250,222)
0 Favorites   0 Comments

Color spaces of #1efade

RGB 30250222
HSL0.480.960.55
HSV172°88°98°
CMYK 0.880.000.11   0.02
XYZ47.905873.921280.8506
Yxy73.92120.23640.3647
Hunter Lab85.9774-51.00204.4297
CIE-Lab88.8852-54.1799-0.2714

#1efade color RGB value is (30,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111010 11011110
Octal 36 372 336
Decimal 30 250 222
Hex 1E FA DE

RGB Percentages of Color #1efade

%5.98
%49.80
%44.22

CMYK Percentages of Color #1efade

%88
%0
%11
%2

Triadic Colors of #1efade

#1efade #de1efa #fade1e

Analogous Colors of #1efade

#1efade #1ea8fa #1efa70

Monochromatic Colors of #1efade

#1efade

Complementary Color

#1efade #fa1e3a

#1efade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efade Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efade Color CSS Codes

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

#1efade Text Font Color

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

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


#1efade Background Color

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

This div background color is #1efade


#1efade Border Color

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

This div border color is #1efade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efade

Related Colors


Comments

No comments written yet.

Please login to write comment.