Color Hex Logo

#edca8d Color Hex

#EDCA8D
(237,202,141)
0 Favorites   0 Comments

Color spaces of #edca8d

RGB 237202141
HSL0.110.730.74
HSV38°41°93°
CMYK 0.000.150.41   0.07
XYZ60.853362.168733.9917
Yxy62.16870.38760.3959
Hunter Lab78.8471-0.218329.6325
CIE-Lab83.00314.204535.0196

#edca8d color RGB value is (237,202,141).

#edca8d hex color red value is 237, green value is 202 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edca8d hue: 0.11 , saturation: 0.73 and the lightness value of edca8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10001101
Octal 355 312 215
Decimal 237 202 141
Hex ED CA 8D

RGB Percentages of Color #edca8d

%40.86
%34.83
%24.31

CMYK Percentages of Color #edca8d

%0
%15
%41
%7

Triadic Colors of #edca8d

#edca8d #8dedca #ca8ded

Analogous Colors of #edca8d

#edca8d #e0ed8d #ed9a8d

Monochromatic Colors of #edca8d

#edca8d

Complementary Color

#edca8d #8db0ed

#edca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca8d Color CSS Codes

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

#edca8d Text Font Color

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

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


#edca8d Background Color

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

This div background color is #edca8d


#edca8d Border Color

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

This div border color is #edca8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca8d


Comments

No comments written yet.

Please login to write comment.