Color Hex Logo

#eacabd Color Hex

#EACABD
(234,202,189)
0 Favorites   0 Comments

Color spaces of #eacabd

RGB 234202189
HSL0.050.520.83
HSV17°19°92°
CMYK 0.000.140.19   0.08
XYZ64.237563.407656.9973
Yxy63.40760.34790.3434
Hunter Lab79.62894.647413.3012
CIE-Lab83.65649.233310.6351

#eacabd color RGB value is (234,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 10111101
Octal 352 312 275
Decimal 234 202 189
Hex EA CA BD

RGB Percentages of Color #eacabd

%37.44
%32.32
%30.24

CMYK Percentages of Color #eacabd

%0
%14
%19
%8

Triadic Colors of #eacabd

#eacabd #bdeaca #cabdea

Analogous Colors of #eacabd

#eacabd #eae1bd #eabdc7

Monochromatic Colors of #eacabd

#eacabd

Complementary Color

#eacabd #bdddea

#eacabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacabd Color CSS Codes

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

#eacabd Text Font Color

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

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


#eacabd Background Color

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

This div background color is #eacabd


#eacabd Border Color

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

This div border color is #eacabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacabd


Comments

No comments written yet.

Please login to write comment.