Color Hex Logo

#eac5bd Color Hex

#EAC5BD
(234,197,189)
0 Favorites   0 Comments

Color spaces of #eac5bd

RGB 234197189
HSL0.030.520.83
HSV11°19°92°
CMYK 0.000.160.19   0.08
XYZ63.083261.099156.6126
Yxy61.09910.34890.3379
Hunter Lab78.16597.266711.7746
CIE-Lab82.432011.86678.8875

#eac5bd color RGB value is (234,197,189).

#eac5bd hex color red value is 234, green value is 197 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eac5bd hue: 0.03 , saturation: 0.52 and the lightness value of eac5bd is 0.83.

The process color (four color CMYK) of #eac5bd color hex is 0.00, 0.16, 0.19, 0.08. Web safe color of #eac5bd is #ffcccc. Color #eac5bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 10111101
Octal 352 305 275
Decimal 234 197 189
Hex EA C5 BD

RGB Percentages of Color #eac5bd

%37.74
%31.77
%30.48

CMYK Percentages of Color #eac5bd

%0
%16
%19
%8

Triadic Colors of #eac5bd

#eac5bd #bdeac5 #c5bdea

Analogous Colors of #eac5bd

#eac5bd #eadcbd #eabdcc

Monochromatic Colors of #eac5bd

#eac5bd

Complementary Color

#eac5bd #bde2ea

#eac5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac5bd Color CSS Codes

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

#eac5bd Text Font Color

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

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


#eac5bd Background Color

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

This div background color is #eac5bd


#eac5bd Border Color

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

This div border color is #eac5bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,197,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eac5bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eac5bd;
  -webkit-box-shadow: 1px 1px 3px 2px #eac5bd;
  box-shadow:         1px 1px 3px 2px #eac5bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,197,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac5bd


Comments

No comments written yet.

Please login to write comment.