Color Hex Logo

#eaaccb Color Hex

#EAACCB
(234,172,203)
0 Favorites   0 Comments

Color spaces of #eaaccb

RGB 234172203
HSL0.920.600.80
HSV330°26°92°
CMYK 0.000.260.13   0.08
XYZ59.463751.309363.2695
Yxy51.30930.34170.2948
Hunter Lab71.630522.8275-2.2281
CIE-Lab76.866027.3518-6.7805

#eaaccb color RGB value is (234,172,203).

#eaaccb hex color red value is 234, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eaaccb hue: 0.92 , saturation: 0.60 and the lightness value of eaaccb is 0.80.

The process color (four color CMYK) of #eaaccb color hex is 0.00, 0.26, 0.13, 0.08. Web safe color of #eaaccb is #ff99cc. Color #eaaccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 11001011
Octal 352 254 313
Decimal 234 172 203
Hex EA AC CB

RGB Percentages of Color #eaaccb

%38.42
%28.24
%33.33

CMYK Percentages of Color #eaaccb

%0
%26
%13
%8

Triadic Colors of #eaaccb

#eaaccb #cbeaac #accbea

Analogous Colors of #eaaccb

#eaaccb #eaacac #eaacea

Monochromatic Colors of #eaaccb

#eaaccb

Complementary Color

#eaaccb #aceacb

#eaaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaccb Color CSS Codes

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

#eaaccb Text Font Color

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

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


#eaaccb Background Color

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

This div background color is #eaaccb


#eaaccb Border Color

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

This div border color is #eaaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaccb


Comments

No comments written yet.

Please login to write comment.