Color Hex Logo

#eac2bb Color Hex

#EAC2BB
(234,194,187)
0 Favorites   0 Comments

Color spaces of #eac2bb

RGB 234194187
HSL0.020.530.83
HSV20°92°
CMYK 0.000.170.20   0.08
XYZ62.193159.663955.2521
Yxy59.66390.35120.3369
Hunter Lab77.24248.548211.6591
CIE-Lab81.655213.15418.8469

#eac2bb color RGB value is (234,194,187).

#eac2bb hex color red value is 234, green value is 194 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eac2bb hue: 0.02 , saturation: 0.53 and the lightness value of eac2bb is 0.83.

The process color (four color CMYK) of #eac2bb color hex is 0.00, 0.17, 0.20, 0.08. Web safe color of #eac2bb is #ffcccc. Color #eac2bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 10111011
Octal 352 302 273
Decimal 234 194 187
Hex EA C2 BB

RGB Percentages of Color #eac2bb

%38.05
%31.54
%30.41

CMYK Percentages of Color #eac2bb

%0
%17
%20
%8

Triadic Colors of #eac2bb

#eac2bb #bbeac2 #c2bbea

Analogous Colors of #eac2bb

#eac2bb #eadabb #eabbcc

Monochromatic Colors of #eac2bb

#eac2bb

Complementary Color

#eac2bb #bbe3ea

#eac2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac2bb Color CSS Codes

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

#eac2bb Text Font Color

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

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


#eac2bb Background Color

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

This div background color is #eac2bb


#eac2bb Border Color

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

This div border color is #eac2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac2bb


Comments

No comments written yet.

Please login to write comment.