Color Hex Logo

#edaca9 Color Hex

#EDACA9
(237,172,169)
0 Favorites   0 Comments

Color spaces of #edaca9

RGB 237172169
HSL0.010.650.80
HSV29°93°
CMYK 0.000.270.29   0.07
XYZ56.839050.374144.2636
Yxy50.37410.37520.3326
Hunter Lab70.974718.743212.7059
CIE-Lab76.298323.411910.9769

#edaca9 color RGB value is (237,172,169).

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

The process color (four color CMYK) of #edaca9 color hex is 0.00, 0.27, 0.29, 0.07. Web safe color of #edaca9 is #ff9999. Color #edaca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10101001
Octal 355 254 251
Decimal 237 172 169
Hex ED AC A9

RGB Percentages of Color #edaca9

%41.00
%29.76
%29.24

CMYK Percentages of Color #edaca9

%0
%27
%29
%7

Triadic Colors of #edaca9

#edaca9 #a9edac #aca9ed

Analogous Colors of #edaca9

#edaca9 #edcea9 #eda9c8

Monochromatic Colors of #edaca9

#edaca9

Complementary Color

#edaca9 #a9eaed

#edaca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaca9 Color CSS Codes

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

#edaca9 Text Font Color

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

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


#edaca9 Background Color

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

This div background color is #edaca9


#edaca9 Border Color

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

This div border color is #edaca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaca9


Comments

No comments written yet.

Please login to write comment.