Color Hex Logo

#eddf8e Color Hex

#EDDF8E
(237,223,142)
0 Favorites   0 Comments

Color spaces of #eddf8e

RGB 237223142
HSL0.140.730.74
HSV51°40°93°
CMYK 0.000.060.40   0.07
XYZ66.195272.732936.1412
Yxy72.73290.37810.4155
Hunter Lab85.2836-10.698634.5728
CIE-Lab88.3202-6.456341.3854

#eddf8e color RGB value is (237,223,142).

#eddf8e hex color red value is 237, green value is 223 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eddf8e hue: 0.14 , saturation: 0.73 and the lightness value of eddf8e is 0.74.

The process color (four color CMYK) of #eddf8e color hex is 0.00, 0.06, 0.40, 0.07. Web safe color of #eddf8e is #ffcc99. Color #eddf8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10001110
Octal 355 337 216
Decimal 237 223 142
Hex ED DF 8E

RGB Percentages of Color #eddf8e

%39.37
%37.04
%23.59

CMYK Percentages of Color #eddf8e

%0
%6
%40
%7

Triadic Colors of #eddf8e

#eddf8e #8eeddf #df8eed

Analogous Colors of #eddf8e

#eddf8e #cced8e #edb08e

Monochromatic Colors of #eddf8e

#eddf8e

Complementary Color

#eddf8e #8e9ced

#eddf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf8e Color CSS Codes

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

#eddf8e Text Font Color

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

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


#eddf8e Background Color

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

This div background color is #eddf8e


#eddf8e Border Color

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

This div border color is #eddf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf8e


Comments

No comments written yet.

Please login to write comment.