Color Hex Logo

#edc1ac Color Hex

#EDC1AC
(237,193,172)
0 Favorites   0 Comments

Color spaces of #edc1ac

RGB 237193172
HSL0.050.640.80
HSV19°27°93°
CMYK 0.000.190.27   0.07
XYZ61.441459.123047.2033
Yxy59.12300.36620.3524
Hunter Lab76.89158.073317.4262
CIE-Lab81.359212.674016.4926

#edc1ac color RGB value is (237,193,172).

#edc1ac hex color red value is 237, green value is 193 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #edc1ac hue: 0.05 , saturation: 0.64 and the lightness value of edc1ac is 0.80.

The process color (four color CMYK) of #edc1ac color hex is 0.00, 0.19, 0.27, 0.07. Web safe color of #edc1ac is #ffcc99. Color #edc1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 10101100
Octal 355 301 254
Decimal 237 193 172
Hex ED C1 AC

RGB Percentages of Color #edc1ac

%39.37
%32.06
%28.57

CMYK Percentages of Color #edc1ac

%0
%19
%27
%7

Triadic Colors of #edc1ac

#edc1ac #acedc1 #c1aced

Analogous Colors of #edc1ac

#edc1ac #ede2ac #edacb8

Monochromatic Colors of #edc1ac

#edc1ac

Complementary Color

#edc1ac #acd8ed

#edc1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc1ac Color CSS Codes

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

#edc1ac Text Font Color

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

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


#edc1ac Background Color

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

This div background color is #edc1ac


#edc1ac Border Color

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

This div border color is #edc1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc1ac


Comments

No comments written yet.

Please login to write comment.