Color Hex Logo

#edfed1 Color Hex

#EDFED1
(237,254,209)
0 Favorites   0 Comments

Color spaces of #edfed1

RGB 237254209
HSL0.230.960.91
HSV83°18°100°
CMYK 0.070.000.18   0.00
XYZ81.875593.491674.0520
Yxy93.49160.32830.3748
Hunter Lab96.6911-18.060122.2758
CIE-Lab97.4268-13.162419.6810

#edfed1 color RGB value is (237,254,209).

#edfed1 hex color red value is 237, green value is 254 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #edfed1 hue: 0.23 , saturation: 0.96 and the lightness value of edfed1 is 0.91.

The process color (four color CMYK) of #edfed1 color hex is 0.07, 0.00, 0.18, 0.00. Web safe color of #edfed1 is #ffffcc. Color #edfed1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11010001
Octal 355 376 321
Decimal 237 254 209
Hex ED FE D1

RGB Percentages of Color #edfed1

%33.86
%36.29
%29.86

CMYK Percentages of Color #edfed1

%7
%0
%18
%0

Triadic Colors of #edfed1

#edfed1 #d1edfe #fed1ed

Analogous Colors of #edfed1

#edfed1 #d7fed1 #fef9d1

Monochromatic Colors of #edfed1

#edfed1

Complementary Color

#edfed1 #e2d1fe

#edfed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfed1 Color CSS Codes

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

#edfed1 Text Font Color

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

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


#edfed1 Background Color

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

This div background color is #edfed1


#edfed1 Border Color

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

This div border color is #edfed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfed1

Related Colors


Comments

No comments written yet.

Please login to write comment.