Color Hex Logo

#eaccbd Color Hex

#EACCBD
(234,204,189)
0 Favorites   0 Comments

Color spaces of #eaccbd

RGB 234204189
HSL0.060.520.83
HSV20°19°92°
CMYK 0.000.130.19   0.08
XYZ64.709964.352357.1548
Yxy64.35230.34750.3456
Hunter Lab80.21993.603413.9112
CIE-Lab84.14898.183511.3358

#eaccbd color RGB value is (234,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 10111101
Octal 352 314 275
Decimal 234 204 189
Hex EA CC BD

RGB Percentages of Color #eaccbd

%37.32
%32.54
%30.14

CMYK Percentages of Color #eaccbd

%0
%13
%19
%8

Triadic Colors of #eaccbd

#eaccbd #bdeacc #ccbdea

Analogous Colors of #eaccbd

#eaccbd #eae3bd #eabdc5

Monochromatic Colors of #eaccbd

#eaccbd

Complementary Color

#eaccbd #bddbea

#eaccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaccbd Color CSS Codes

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

#eaccbd Text Font Color

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

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


#eaccbd Background Color

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

This div background color is #eaccbd


#eaccbd Border Color

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

This div border color is #eaccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaccbd


Comments

No comments written yet.

Please login to write comment.