Color Hex Logo

#eabcc0 Color Hex

#EABCC0
(234,188,192)
0 Favorites   0 Comments

Color spaces of #eabcc0

RGB 234188192
HSL0.990.520.83
HSV355°20°92°
CMYK 0.000.200.18   0.08
XYZ61.429357.264657.6847
Yxy57.26460.34830.3247
Hunter Lab75.673412.47247.7755
CIE-Lab80.328217.08954.2514

#eabcc0 color RGB value is (234,188,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11000000
Octal 352 274 300
Decimal 234 188 192
Hex EA BC C0

RGB Percentages of Color #eabcc0

%38.11
%30.62
%31.27

CMYK Percentages of Color #eabcc0

%0
%20
%18
%8

Triadic Colors of #eabcc0

#eabcc0 #c0eabc #bcc0ea

Analogous Colors of #eabcc0

#eabcc0 #eacfbc #eabcd7

Monochromatic Colors of #eabcc0

#eabcc0

Complementary Color

#eabcc0 #bceae6

#eabcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcc0 Color CSS Codes

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

#eabcc0 Text Font Color

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

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


#eabcc0 Background Color

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

This div background color is #eabcc0


#eabcc0 Border Color

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

This div border color is #eabcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcc0


Comments

No comments written yet.

Please login to write comment.