Color Hex Logo

#1efdca Color Hex

#1EFDCA
(30,253,202)
0 Favorites   0 Comments

Color spaces of #1efdca

RGB 30253202
HSL0.460.980.55
HSV166°88°99°
CMYK 0.880.000.20   0.01
XYZ46.321474.790867.8718
Yxy74.79080.24510.3958
Hunter Lab86.4817-55.734614.0057
CIE-Lab89.2949-60.381810.6963

#1efdca color RGB value is (30,253,202).

#1efdca hex color red value is 30, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1efdca hue: 0.46 , saturation: 0.98 and the lightness value of 1efdca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111101 11001010
Octal 36 375 312
Decimal 30 253 202
Hex 1E FD CA

RGB Percentages of Color #1efdca

%6.19
%52.16
%41.65

CMYK Percentages of Color #1efdca

%88
%0
%20
%1

Triadic Colors of #1efdca

#1efdca #ca1efd #fdca1e

Analogous Colors of #1efdca

#1efdca #1ec1fd #1efd5b

Monochromatic Colors of #1efdca

#1efdca

Complementary Color

#1efdca #fd1e51

#1efdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efdca Color CSS Codes

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

#1efdca Text Font Color

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

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


#1efdca Background Color

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

This div background color is #1efdca


#1efdca Border Color

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

This div border color is #1efdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efdca


Comments

No comments written yet.

Please login to write comment.