Color Hex Logo

#eacbd3 Color Hex

#EACBD3
(234,203,211)
0 Favorites   0 Comments

Color spaces of #eacbd3

RGB 234203211
HSL0.960.420.86
HSV345°13°92°
CMYK 0.000.130.10   0.08
XYZ67.045564.907470.6227
Yxy64.90740.33100.3204
Hunter Lab80.56517.55704.4225
CIE-Lab84.436012.17540.0412

#eacbd3 color RGB value is (234,203,211).

#eacbd3 hex color red value is 234, green value is 203 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eacbd3 hue: 0.96 , saturation: 0.42 and the lightness value of eacbd3 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 11010011
Octal 352 313 323
Decimal 234 203 211
Hex EA CB D3

RGB Percentages of Color #eacbd3

%36.11
%31.33
%32.56

CMYK Percentages of Color #eacbd3

%0
%13
%10
%8

Triadic Colors of #eacbd3

#eacbd3 #d3eacb #cbd3ea

Analogous Colors of #eacbd3

#eacbd3 #ead3cb #eacbe3

Monochromatic Colors of #eacbd3

#eacbd3

Complementary Color

#eacbd3 #cbeae2

#eacbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacbd3 Color CSS Codes

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

#eacbd3 Text Font Color

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

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


#eacbd3 Background Color

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

This div background color is #eacbd3


#eacbd3 Border Color

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

This div border color is #eacbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacbd3


Comments

No comments written yet.

Please login to write comment.