Color Hex Logo

#ede796 Color Hex

#EDE796
(237,231,150)
0 Favorites   0 Comments

Color spaces of #ede796

RGB 237231150
HSL0.160.710.76
HSV56°37°93°
CMYK 0.000.030.37   0.07
XYZ69.006077.358440.1488
Yxy77.35840.37000.4148
Hunter Lab87.9536-13.872634.5030
CIE-Lab90.4863-9.606840.1800

#ede796 color RGB value is (237,231,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 10010110
Octal 355 347 226
Decimal 237 231 150
Hex ED E7 96

RGB Percentages of Color #ede796

%38.35
%37.38
%24.27

CMYK Percentages of Color #ede796

%0
%3
%37
%7

Triadic Colors of #ede796

#ede796 #96ede7 #e796ed

Analogous Colors of #ede796

#ede796 #c8ed96 #edbc96

Monochromatic Colors of #ede796

#ede796

Complementary Color

#ede796 #969ced

#ede796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede796 Color CSS Codes

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

#ede796 Text Font Color

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

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


#ede796 Background Color

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

This div background color is #ede796


#ede796 Border Color

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

This div border color is #ede796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede796


Comments

No comments written yet.

Please login to write comment.