Color Hex Logo

#eab7cc Color Hex

#EAB7CC
(234,183,204)
0 Favorites   0 Comments

Color spaces of #eab7cc

RGB 234183204
HSL0.930.550.82
HSV335°22°92°
CMYK 0.000.220.13   0.08
XYZ61.764355.719064.6263
Yxy55.71900.33920.3060
Hunter Lab74.645217.06880.9195
CIE-Lab79.453621.6435-3.5036

#eab7cc color RGB value is (234,183,204).

#eab7cc hex color red value is 234, green value is 183 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eab7cc hue: 0.93 , saturation: 0.55 and the lightness value of eab7cc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 11001100
Octal 352 267 314
Decimal 234 183 204
Hex EA B7 CC

RGB Percentages of Color #eab7cc

%37.68
%29.47
%32.85

CMYK Percentages of Color #eab7cc

%0
%22
%13
%8

Triadic Colors of #eab7cc

#eab7cc #cceab7 #b7ccea

Analogous Colors of #eab7cc

#eab7cc #eabcb7 #eab7e6

Monochromatic Colors of #eab7cc

#eab7cc

Complementary Color

#eab7cc #b7ead5

#eab7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab7cc Color CSS Codes

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

#eab7cc Text Font Color

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

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


#eab7cc Background Color

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

This div background color is #eab7cc


#eab7cc Border Color

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

This div border color is #eab7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab7cc


Comments

No comments written yet.

Please login to write comment.