Color Hex Logo

#edc596 Color Hex

#EDC596
(237,197,150)
1 Favorites   0 Comments

Color spaces of #edc596

RGB 237197150
HSL0.090.710.76
HSV32°37°93°
CMYK 0.000.170.37   0.07
XYZ60.396360.139037.2789
Yxy60.13900.38270.3811
Hunter Lab77.54933.306525.7831
CIE-Lab81.91377.818528.9017

#edc596 color RGB value is (237,197,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10010110
Octal 355 305 226
Decimal 237 197 150
Hex ED C5 96

RGB Percentages of Color #edc596

%40.58
%33.73
%25.68

CMYK Percentages of Color #edc596

%0
%17
%37
%7

Triadic Colors of #edc596

#edc596 #96edc5 #c596ed

Analogous Colors of #edc596

#edc596 #eaed96 #ed9a96

Monochromatic Colors of #edc596

#edc596

Complementary Color

#edc596 #96beed

#edc596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc596 Color CSS Codes

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

#edc596 Text Font Color

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

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


#edc596 Background Color

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

This div background color is #edc596


#edc596 Border Color

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

This div border color is #edc596


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,197,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 #edc596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc596


Comments

No comments written yet.

Please login to write comment.