Color Hex Logo

#edfd8d Color Hex

#EDFD8D
(237,253,141)
0 Favorites   0 Comments

Color spaces of #edfd8d

RGB 237253141
HSL0.190.970.77
HSV69°44°99°
CMYK 0.060.000.44   0.01
XYZ74.858190.178238.6600
Yxy90.17820.36750.4427
Hunter Lab94.9622-25.473442.3360
CIE-Lab96.0706-21.316751.6033

#edfd8d color RGB value is (237,253,141).

#edfd8d hex color red value is 237, green value is 253 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edfd8d hue: 0.19 , saturation: 0.97 and the lightness value of edfd8d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10001101
Octal 355 375 215
Decimal 237 253 141
Hex ED FD 8D

RGB Percentages of Color #edfd8d

%37.56
%40.10
%22.35

CMYK Percentages of Color #edfd8d

%6
%0
%44
%1

Triadic Colors of #edfd8d

#edfd8d #8dedfd #fd8ded

Analogous Colors of #edfd8d

#edfd8d #b5fd8d #fdd58d

Monochromatic Colors of #edfd8d

#edfd8d

Complementary Color

#edfd8d #9d8dfd

#edfd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd8d Color CSS Codes

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

#edfd8d Text Font Color

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

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


#edfd8d Background Color

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

This div background color is #edfd8d


#edfd8d Border Color

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

This div border color is #edfd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd8d


Comments

No comments written yet.

Please login to write comment.