Color Hex Logo

#ede696 Color Hex

#EDE696
(237,230,150)
0 Favorites   0 Comments

Color spaces of #ede696

RGB 237230150
HSL0.150.710.76
HSV55°37°93°
CMYK 0.000.030.37   0.07
XYZ68.726976.800240.0558
Yxy76.80020.37030.4138
Hunter Lab87.6357-13.376834.2452
CIE-Lab90.2296-9.106839.8482

#ede696 color RGB value is (237,230,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 10010110
Octal 355 346 226
Decimal 237 230 150
Hex ED E6 96

RGB Percentages of Color #ede696

%38.41
%37.28
%24.31

CMYK Percentages of Color #ede696

%0
%3
%37
%7

Triadic Colors of #ede696

#ede696 #96ede6 #e696ed

Analogous Colors of #ede696

#ede696 #c9ed96 #edbb96

Monochromatic Colors of #ede696

#ede696

Complementary Color

#ede696 #969ded

#ede696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede696 Color CSS Codes

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

#ede696 Text Font Color

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

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


#ede696 Background Color

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

This div background color is #ede696


#ede696 Border Color

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

This div border color is #ede696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede696


Comments

No comments written yet.

Please login to write comment.