Color Hex Logo

#edd993 Color Hex

#EDD993
(237,217,147)
0 Favorites   0 Comments

Color spaces of #edd993

RGB 237217147
HSL0.130.710.75
HSV47°38°93°
CMYK 0.000.080.38   0.07
XYZ65.004469.736837.6382
Yxy69.73680.37710.4046
Hunter Lab83.5086-7.192731.7334
CIE-Lab86.8676-2.869036.9949

#edd993 color RGB value is (237,217,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10010011
Octal 355 331 223
Decimal 237 217 147
Hex ED D9 93

RGB Percentages of Color #edd993

%39.43
%36.11
%24.46

CMYK Percentages of Color #edd993

%0
%8
%38
%7

Triadic Colors of #edd993

#edd993 #93edd9 #d993ed

Analogous Colors of #edd993

#edd993 #d4ed93 #edac93

Monochromatic Colors of #edd993

#edd993

Complementary Color

#edd993 #93a7ed

#edd993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd993 Color CSS Codes

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

#edd993 Text Font Color

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

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


#edd993 Background Color

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

This div background color is #edd993


#edd993 Border Color

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

This div border color is #edd993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd993


Comments

No comments written yet.

Please login to write comment.