Color Hex Logo

#edbaac Color Hex

#EDBAAC
(237,186,172)
0 Favorites   0 Comments

Color spaces of #edbaac

RGB 237186172
HSL0.040.640.80
HSV13°27°93°
CMYK 0.000.220.27   0.07
XYZ59.930456.100946.6996
Yxy56.10090.36830.3447
Hunter Lab74.900511.747815.4638
CIE-Lab79.671216.376214.1227

#edbaac color RGB value is (237,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 10101100
Octal 355 272 254
Decimal 237 186 172
Hex ED BA AC

RGB Percentages of Color #edbaac

%39.83
%31.26
%28.91

CMYK Percentages of Color #edbaac

%0
%22
%27
%7

Triadic Colors of #edbaac

#edbaac #acedba #baaced

Analogous Colors of #edbaac

#edbaac #eddbac #edacbf

Monochromatic Colors of #edbaac

#edbaac

Complementary Color

#edbaac #acdfed

#edbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbaac Color CSS Codes

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

#edbaac Text Font Color

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

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


#edbaac Background Color

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

This div background color is #edbaac


#edbaac Border Color

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

This div border color is #edbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbaac


Comments

No comments written yet.

Please login to write comment.