Color Hex Logo

#ede896 Color Hex

#EDE896
(237,232,150)
0 Favorites   0 Comments

Color spaces of #ede896

RGB 237232150
HSL0.160.710.76
HSV57°37°93°
CMYK 0.000.020.37   0.07
XYZ69.286777.919840.2424
Yxy77.91980.36960.4157
Hunter Lab88.2722-14.367934.7608
CIE-Lab90.7433-10.106040.5117

#ede896 color RGB value is (237,232,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 10010110
Octal 355 350 226
Decimal 237 232 150
Hex ED E8 96

RGB Percentages of Color #ede896

%38.29
%37.48
%24.23

CMYK Percentages of Color #ede896

%0
%2
%37
%7

Triadic Colors of #ede896

#ede896 #96ede8 #e896ed

Analogous Colors of #ede896

#ede896 #c7ed96 #edbd96

Monochromatic Colors of #ede896

#ede896

Complementary Color

#ede896 #969bed

#ede896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede896 Color CSS Codes

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

#ede896 Text Font Color

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

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


#ede896 Background Color

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

This div background color is #ede896


#ede896 Border Color

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

This div border color is #ede896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede896


Comments

No comments written yet.

Please login to write comment.