Color Hex Logo

#eddc95 Color Hex

#EDDC95
(237,220,149)
0 Favorites   0 Comments

Color spaces of #eddc95

RGB 237220149
HSL0.130.710.76
HSV48°37°93°
CMYK 0.000.070.37   0.07
XYZ65.943171.360938.7322
Yxy71.36090.37460.4054
Hunter Lab84.4754-8.491431.9481
CIE-Lab87.6601-4.174337.0142

#eddc95 color RGB value is (237,220,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10010101
Octal 355 334 225
Decimal 237 220 149
Hex ED DC 95

RGB Percentages of Color #eddc95

%39.11
%36.30
%24.59

CMYK Percentages of Color #eddc95

%0
%7
%37
%7

Triadic Colors of #eddc95

#eddc95 #95eddc #dc95ed

Analogous Colors of #eddc95

#eddc95 #d2ed95 #edb095

Monochromatic Colors of #eddc95

#eddc95

Complementary Color

#eddc95 #95a6ed

#eddc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc95 Color CSS Codes

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

#eddc95 Text Font Color

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

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


#eddc95 Background Color

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

This div background color is #eddc95


#eddc95 Border Color

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

This div border color is #eddc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc95


Comments

No comments written yet.

Please login to write comment.