Color Hex Logo

#eddc96 Color Hex

#EDDC96
(237,220,150)
0 Favorites   0 Comments

Color spaces of #eddc96

RGB 237220150
HSL0.130.710.76
HSV48°37°93°
CMYK 0.000.070.37   0.07
XYZ66.023371.392939.1546
Yxy71.39290.37390.4043
Hunter Lab84.4943-8.386331.6711
CIE-Lab87.6755-4.061736.5276

#eddc96 color RGB value is (237,220,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10010110
Octal 355 334 226
Decimal 237 220 150
Hex ED DC 96

RGB Percentages of Color #eddc96

%39.04
%36.24
%24.71

CMYK Percentages of Color #eddc96

%0
%7
%37
%7

Triadic Colors of #eddc96

#eddc96 #96eddc #dc96ed

Analogous Colors of #eddc96

#eddc96 #d3ed96 #edb196

Monochromatic Colors of #eddc96

#eddc96

Complementary Color

#eddc96 #96a7ed

#eddc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc96 Color CSS Codes

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

#eddc96 Text Font Color

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

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


#eddc96 Background Color

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

This div background color is #eddc96


#eddc96 Border Color

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

This div border color is #eddc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc96


Comments

No comments written yet.

Please login to write comment.