Color Hex Logo

#1ef7df Color Hex

#1EF7DF
(30,247,223)
0 Favorites   0 Comments

Color spaces of #1ef7df

RGB 30247223
HSL0.480.930.54
HSV173°88°97°
CMYK 0.880.000.10   0.03
XYZ47.115572.125381.2504
Yxy72.12530.23500.3597
Hunter Lab84.9266-49.59352.7251
CIE-Lab88.0289-52.6890-2.0460

#1ef7df color RGB value is (30,247,223).

#1ef7df hex color red value is 30, green value is 247 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1ef7df hue: 0.48 , saturation: 0.93 and the lightness value of 1ef7df is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11110111 11011111
Octal 36 367 337
Decimal 30 247 223
Hex 1E F7 DF

RGB Percentages of Color #1ef7df

%6.00
%49.40
%44.60

CMYK Percentages of Color #1ef7df

%88
%0
%10
%3

Triadic Colors of #1ef7df

#1ef7df #df1ef7 #f7df1e

Analogous Colors of #1ef7df

#1ef7df #1ea3f7 #1ef773

Monochromatic Colors of #1ef7df

#1ef7df

Complementary Color

#1ef7df #f71e36

#1ef7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ef7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ef7df Color CSS Codes

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

#1ef7df Text Font Color

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

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


#1ef7df Background Color

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

This div background color is #1ef7df


#1ef7df Border Color

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

This div border color is #1ef7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ef7df


Comments

No comments written yet.

Please login to write comment.