Color Hex Logo

#edf68d Color Hex

#EDF68D
(237,246,141)
0 Favorites   0 Comments

Color spaces of #edf68d

RGB 237246141
HSL0.180.850.76
HSV65°43°96°
CMYK 0.040.000.43   0.04
XYZ72.688585.839137.9368
Yxy85.83910.37000.4369
Hunter Lab92.6494-22.093540.5773
CIE-Lab94.2435-17.945949.3417

#edf68d color RGB value is (237,246,141).

#edf68d hex color red value is 237, green value is 246 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edf68d hue: 0.18 , saturation: 0.85 and the lightness value of edf68d is 0.76.

The process color (four color CMYK) of #edf68d color hex is 0.04, 0.00, 0.43, 0.04. Web safe color of #edf68d is #ffff99. Color #edf68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 10001101
Octal 355 366 215
Decimal 237 246 141
Hex ED F6 8D

RGB Percentages of Color #edf68d

%37.98
%39.42
%22.60

CMYK Percentages of Color #edf68d

%4
%0
%43
%4

Triadic Colors of #edf68d

#edf68d #8dedf6 #f68ded

Analogous Colors of #edf68d

#edf68d #b9f68d #f6cb8d

Monochromatic Colors of #edf68d

#edf68d

Complementary Color

#edf68d #968df6

#edf68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf68d Color CSS Codes

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

#edf68d Text Font Color

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

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


#edf68d Background Color

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

This div background color is #edf68d


#edf68d Border Color

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

This div border color is #edf68d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,246,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 #edf68d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf68d


Comments

No comments written yet.

Please login to write comment.