Color Hex Logo

#edbbac Color Hex

#EDBBAC
(237,187,172)
0 Favorites   0 Comments

Color spaces of #edbbac

RGB 237187172
HSL0.040.640.80
HSV14°27°93°
CMYK 0.000.210.27   0.07
XYZ60.141856.523746.7701
Yxy56.52370.36800.3458
Hunter Lab75.182211.221615.7439
CIE-Lab79.910915.846414.4602

#edbbac color RGB value is (237,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10101100
Octal 355 273 254
Decimal 237 187 172
Hex ED BB AC

RGB Percentages of Color #edbbac

%39.77
%31.38
%28.86

CMYK Percentages of Color #edbbac

%0
%21
%27
%7

Triadic Colors of #edbbac

#edbbac #acedbb #bbaced

Analogous Colors of #edbbac

#edbbac #eddcac #edacbe

Monochromatic Colors of #edbbac

#edbbac

Complementary Color

#edbbac #acdeed

#edbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbac Color CSS Codes

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

#edbbac Text Font Color

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

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


#edbbac Background Color

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

This div background color is #edbbac


#edbbac Border Color

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

This div border color is #edbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbac


Comments

No comments written yet.

Please login to write comment.