Color Hex Logo

#eda696 Color Hex

#EDA696
(237,166,150)
0 Favorites   0 Comments

Color spaces of #eda696

RGB 237166150
HSL0.030.710.76
HSV11°37°93°
CMYK 0.000.300.37   0.07
XYZ54.066347.479035.1689
Yxy47.47900.39550.3473
Hunter Lab68.905019.476217.9721
CIE-Lab74.495124.220018.8022

#eda696 color RGB value is (237,166,150).

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

The process color (four color CMYK) of #eda696 color hex is 0.00, 0.30, 0.37, 0.07. Web safe color of #eda696 is #ff9999. Color #eda696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10010110
Octal 355 246 226
Decimal 237 166 150
Hex ED A6 96

RGB Percentages of Color #eda696

%42.86
%30.02
%27.12

CMYK Percentages of Color #eda696

%0
%30
%37
%7

Triadic Colors of #eda696

#eda696 #96eda6 #a696ed

Analogous Colors of #eda696

#eda696 #edd296 #ed96b2

Monochromatic Colors of #eda696

#eda696

Complementary Color

#eda696 #96dded

#eda696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda696 Color CSS Codes

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

#eda696 Text Font Color

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

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


#eda696 Background Color

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

This div background color is #eda696


#eda696 Border Color

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

This div border color is #eda696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda696


Comments

No comments written yet.

Please login to write comment.