Color Hex Logo

#edd894 Color Hex

#EDD894
(237,216,148)
0 Favorites   0 Comments

Color spaces of #edd894

RGB 237216148
HSL0.130.710.75
HSV46°38°93°
CMYK 0.000.090.38   0.07
XYZ64.826269.254437.9677
Yxy69.25440.37680.4025
Hunter Lab83.2192-6.585531.2032
CIE-Lab86.6299-2.247136.1766

#edd894 color RGB value is (237,216,148).

#edd894 hex color red value is 237, green value is 216 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #edd894 hue: 0.13 , saturation: 0.71 and the lightness value of edd894 is 0.75.

The process color (four color CMYK) of #edd894 color hex is 0.00, 0.09, 0.38, 0.07. Web safe color of #edd894 is #ffcc99. Color #edd894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10010100
Octal 355 330 224
Decimal 237 216 148
Hex ED D8 94

RGB Percentages of Color #edd894

%39.43
%35.94
%24.63

CMYK Percentages of Color #edd894

%0
%9
%38
%7

Triadic Colors of #edd894

#edd894 #94edd8 #d894ed

Analogous Colors of #edd894

#edd894 #d6ed94 #edac94

Monochromatic Colors of #edd894

#edd894

Complementary Color

#edd894 #94a9ed

#edd894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd894 Color CSS Codes

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

#edd894 Text Font Color

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

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


#edd894 Background Color

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

This div background color is #edd894


#edd894 Border Color

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

This div border color is #edd894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd894


Comments

No comments written yet.

Please login to write comment.