Color Hex Logo

#edfdb1 Color Hex

#EDFDB1
(237,253,177)
0 Favorites   0 Comments

Color spaces of #edfdb1

RGB 237253177
HSL0.200.950.84
HSV73°30°99°
CMYK 0.060.000.30   0.01
XYZ77.986191.429455.1323
Yxy91.42940.34730.4072
Hunter Lab95.6187-21.749232.7474
CIE-Lab96.5866-17.196734.7061

#edfdb1 color RGB value is (237,253,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10110001
Octal 355 375 261
Decimal 237 253 177
Hex ED FD B1

RGB Percentages of Color #edfdb1

%35.53
%37.93
%26.54

CMYK Percentages of Color #edfdb1

%6
%0
%30
%1

Triadic Colors of #edfdb1

#edfdb1 #b1edfd #fdb1ed

Analogous Colors of #edfdb1

#edfdb1 #c7fdb1 #fde7b1

Monochromatic Colors of #edfdb1

#edfdb1

Complementary Color

#edfdb1 #c1b1fd

#edfdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdb1 Color CSS Codes

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

#edfdb1 Text Font Color

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

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


#edfdb1 Background Color

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

This div background color is #edfdb1


#edfdb1 Border Color

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

This div border color is #edfdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdb1


Comments

No comments written yet.

Please login to write comment.