Color Hex Logo

#eda697 Color Hex

#EDA697
(237,166,151)
0 Favorites   0 Comments

Color spaces of #eda697

RGB 237166151
HSL0.030.700.76
HSV10°36°93°
CMYK 0.000.300.36   0.07
XYZ54.147247.511335.5949
Yxy47.51130.39450.3462
Hunter Lab68.928419.597117.6323
CIE-Lab74.515624.338118.2858

#eda697 color RGB value is (237,166,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 10010111
Octal 355 246 227
Decimal 237 166 151
Hex ED A6 97

RGB Percentages of Color #eda697

%42.78
%29.96
%27.26

CMYK Percentages of Color #eda697

%0
%30
%36
%7

Triadic Colors of #eda697

#eda697 #97eda6 #a697ed

Analogous Colors of #eda697

#eda697 #edd197 #ed97b3

Monochromatic Colors of #eda697

#eda697

Complementary Color

#eda697 #97deed

#eda697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda697 Color CSS Codes

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

#eda697 Text Font Color

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

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


#eda697 Background Color

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

This div background color is #eda697


#eda697 Border Color

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

This div border color is #eda697


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,166,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eda697">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda697


Comments

No comments written yet.

Please login to write comment.