Color Hex Logo

#edca9d Color Hex

#EDCA9D
(237,202,157)
0 Favorites   0 Comments

Color spaces of #edca9d

RGB 237202157
HSL0.090.690.77
HSV34°34°93°
CMYK 0.000.150.34   0.07
XYZ62.131462.679940.7220
Yxy62.67990.37530.3787
Hunter Lab79.17061.534324.9232
CIE-Lab83.27376.034127.0651

#edca9d color RGB value is (237,202,157).

#edca9d hex color red value is 237, green value is 202 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edca9d hue: 0.09 , saturation: 0.69 and the lightness value of edca9d is 0.77.

The process color (four color CMYK) of #edca9d color hex is 0.00, 0.15, 0.34, 0.07. Web safe color of #edca9d is #ffcc99. Color #edca9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10011101
Octal 355 312 235
Decimal 237 202 157
Hex ED CA 9D

RGB Percentages of Color #edca9d

%39.77
%33.89
%26.34

CMYK Percentages of Color #edca9d

%0
%15
%34
%7

Triadic Colors of #edca9d

#edca9d #9dedca #ca9ded

Analogous Colors of #edca9d

#edca9d #e8ed9d #eda29d

Monochromatic Colors of #edca9d

#edca9d

Complementary Color

#edca9d #9dc0ed

#edca9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca9d Color CSS Codes

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

#edca9d Text Font Color

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

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


#edca9d Background Color

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

This div background color is #edca9d


#edca9d Border Color

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

This div border color is #edca9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca9d


Comments

No comments written yet.

Please login to write comment.