Color Hex Logo

#eaccb0 Color Hex

#EACCB0
(234,204,176)
0 Favorites   0 Comments

Color spaces of #eaccb0

RGB 234204176
HSL0.080.580.80
HSV29°25°92°
CMYK 0.000.130.25   0.08
XYZ63.361063.812750.0519
Yxy63.81270.35750.3601
Hunter Lab79.88291.786618.7689
CIE-Lab83.86826.315617.8329

#eaccb0 color RGB value is (234,204,176).

#eaccb0 hex color red value is 234, green value is 204 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #eaccb0 hue: 0.08 , saturation: 0.58 and the lightness value of eaccb0 is 0.80.

The process color (four color CMYK) of #eaccb0 color hex is 0.00, 0.13, 0.25, 0.08. Web safe color of #eaccb0 is #ffcc99. Color #eaccb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 10110000
Octal 352 314 260
Decimal 234 204 176
Hex EA CC B0

RGB Percentages of Color #eaccb0

%38.11
%33.22
%28.66

CMYK Percentages of Color #eaccb0

%0
%13
%25
%8

Triadic Colors of #eaccb0

#eaccb0 #b0eacc #ccb0ea

Analogous Colors of #eaccb0

#eaccb0 #eae9b0 #eab0b1

Monochromatic Colors of #eaccb0

#eaccb0

Complementary Color

#eaccb0 #b0ceea

#eaccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaccb0 Color CSS Codes

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

#eaccb0 Text Font Color

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

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


#eaccb0 Background Color

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

This div background color is #eaccb0


#eaccb0 Border Color

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

This div border color is #eaccb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaccb0

#eaccb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.