Color Hex Logo

#eddc99 Color Hex

#EDDC99
(237,220,153)
0 Favorites   0 Comments

Color spaces of #eddc99

RGB 237220153
HSL0.130.700.76
HSV48°35°93°
CMYK 0.000.070.35   0.07
XYZ66.268071.490840.4434
Yxy71.49080.37190.4012
Hunter Lab84.5522-8.066630.8267
CIE-Lab87.7229-3.719535.0656

#eddc99 color RGB value is (237,220,153).

#eddc99 hex color red value is 237, green value is 220 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #eddc99 hue: 0.13 , saturation: 0.70 and the lightness value of eddc99 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10011001
Octal 355 334 231
Decimal 237 220 153
Hex ED DC 99

RGB Percentages of Color #eddc99

%38.85
%36.07
%25.08

CMYK Percentages of Color #eddc99

%0
%7
%35
%7

Triadic Colors of #eddc99

#eddc99 #99eddc #dc99ed

Analogous Colors of #eddc99

#eddc99 #d4ed99 #edb299

Monochromatic Colors of #eddc99

#eddc99

Complementary Color

#eddc99 #99aaed

#eddc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc99 Color CSS Codes

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

#eddc99 Text Font Color

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

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


#eddc99 Background Color

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

This div background color is #eddc99


#eddc99 Border Color

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

This div border color is #eddc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc99


Comments

No comments written yet.

Please login to write comment.