Color Hex Logo

#edb8ac Color Hex

#EDB8AC
(237,184,172)
0 Favorites   0 Comments

Color spaces of #edb8ac

RGB 237184172
HSL0.030.640.80
HSV11°27°93°
CMYK 0.000.220.27   0.07
XYZ59.511955.264146.5601
Yxy55.26410.36890.3425
Hunter Lab74.339812.801414.9037
CIE-Lab79.193117.436513.4488

#edb8ac color RGB value is (237,184,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 10101100
Octal 355 270 254
Decimal 237 184 172
Hex ED B8 AC

RGB Percentages of Color #edb8ac

%39.97
%31.03
%29.01

CMYK Percentages of Color #edb8ac

%0
%22
%27
%7

Triadic Colors of #edb8ac

#edb8ac #acedb8 #b8aced

Analogous Colors of #edb8ac

#edb8ac #edd9ac #edacc1

Monochromatic Colors of #edb8ac

#edb8ac

Complementary Color

#edb8ac #ace1ed

#edb8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb8ac Color CSS Codes

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

#edb8ac Text Font Color

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

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


#edb8ac Background Color

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

This div background color is #edb8ac


#edb8ac Border Color

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

This div border color is #edb8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb8ac


Comments

No comments written yet.

Please login to write comment.