Color Hex Logo

#1efdea Color Hex

#1EFDEA
(30,253,234)
0 Favorites   0 Comments

Color spaces of #1efdea

RGB 30253234
HSL0.490.980.55
HSV175°88°99°
CMYK 0.880.000.08   0.01
XYZ50.512076.467189.9393
Yxy76.46710.23290.3525
Hunter Lab87.4455-49.92080.2310
CIE-Lab90.0758-52.2228-4.7656

#1efdea color RGB value is (30,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111101 11101010
Octal 36 375 352
Decimal 30 253 234
Hex 1E FD EA

RGB Percentages of Color #1efdea

%5.80
%48.94
%45.26

CMYK Percentages of Color #1efdea

%88
%0
%8
%1

Triadic Colors of #1efdea

#1efdea #ea1efd #fdea1e

Analogous Colors of #1efdea

#1efdea #1ea1fd #1efd7b

Monochromatic Colors of #1efdea

#1efdea

Complementary Color

#1efdea #fd1e31

#1efdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efdea Color CSS Codes

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

#1efdea Text Font Color

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

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


#1efdea Background Color

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

This div background color is #1efdea


#1efdea Border Color

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

This div border color is #1efdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efdea


Comments

No comments written yet.

Please login to write comment.