Color Hex Logo

#eda496 Color Hex

#EDA496
(237,164,150)
0 Favorites   0 Comments

Color spaces of #eda496

RGB 237164150
HSL0.030.710.76
HSV10°37°93°
CMYK 0.000.310.37   0.07
XYZ53.705546.757535.0487
Yxy46.75750.39630.3450
Hunter Lab68.379520.530617.4758
CIE-Lab74.034425.282318.1644

#eda496 color RGB value is (237,164,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 10010110
Octal 355 244 226
Decimal 237 164 150
Hex ED A4 96

RGB Percentages of Color #eda496

%43.01
%29.76
%27.22

CMYK Percentages of Color #eda496

%0
%31
%37
%7

Triadic Colors of #eda496

#eda496 #96eda4 #a496ed

Analogous Colors of #eda496

#eda496 #edd096 #ed96b4

Monochromatic Colors of #eda496

#eda496

Complementary Color

#eda496 #96dfed

#eda496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda496 Color CSS Codes

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

#eda496 Text Font Color

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

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


#eda496 Background Color

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

This div background color is #eda496


#eda496 Border Color

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

This div border color is #eda496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda496


Comments

No comments written yet.

Please login to write comment.