Color Hex Logo

#edfda1 Color Hex

#EDFDA1
(237,253,161)
0 Favorites   0 Comments

Color spaces of #edfda1

RGB 237253161
HSL0.200.960.81
HSV70°36°99°
CMYK 0.060.000.36   0.01
XYZ76.483490.828347.2187
Yxy90.82830.35650.4234
Hunter Lab95.3039-23.531737.3372
CIE-Lab96.3393-19.156942.3040

#edfda1 color RGB value is (237,253,161).

#edfda1 hex color red value is 237, green value is 253 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #edfda1 hue: 0.20 , saturation: 0.96 and the lightness value of edfda1 is 0.81.

The process color (four color CMYK) of #edfda1 color hex is 0.06, 0.00, 0.36, 0.01. Web safe color of #edfda1 is #ffff99. Color #edfda1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10100001
Octal 355 375 241
Decimal 237 253 161
Hex ED FD A1

RGB Percentages of Color #edfda1

%36.41
%38.86
%24.73

CMYK Percentages of Color #edfda1

%6
%0
%36
%1

Triadic Colors of #edfda1

#edfda1 #a1edfd #fda1ed

Analogous Colors of #edfda1

#edfda1 #bffda1 #fddfa1

Monochromatic Colors of #edfda1

#edfda1

Complementary Color

#edfda1 #b1a1fd

#edfda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfda1 Color CSS Codes

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

#edfda1 Text Font Color

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

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


#edfda1 Background Color

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

This div background color is #edfda1


#edfda1 Border Color

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

This div border color is #edfda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfda1


Comments

No comments written yet.

Please login to write comment.