Color Hex Logo

#ede596 Color Hex

#EDE596
(237,229,150)
0 Favorites   0 Comments

Color spaces of #ede596

RGB 237229150
HSL0.150.710.76
HSV54°37°93°
CMYK 0.000.030.37   0.07
XYZ68.449476.245239.9633
Yxy76.24520.37070.4129
Hunter Lab87.3185-12.880333.9875
CIE-Lab89.9731-8.606039.5163

#ede596 color RGB value is (237,229,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 10010110
Octal 355 345 226
Decimal 237 229 150
Hex ED E5 96

RGB Percentages of Color #ede596

%38.47
%37.18
%24.35

CMYK Percentages of Color #ede596

%0
%3
%37
%7

Triadic Colors of #ede596

#ede596 #96ede5 #e596ed

Analogous Colors of #ede596

#ede596 #caed96 #edba96

Monochromatic Colors of #ede596

#ede596

Complementary Color

#ede596 #969eed

#ede596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede596 Color CSS Codes

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

#ede596 Text Font Color

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

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


#ede596 Background Color

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

This div background color is #ede596


#ede596 Border Color

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

This div border color is #ede596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede596


Comments

No comments written yet.

Please login to write comment.