Color Hex Logo

#eabcc7 Color Hex

#EABCC7
(234,188,199)
0 Favorites   0 Comments

Color spaces of #eabcc7

RGB 234188199
HSL0.960.520.83
HSV346°20°92°
CMYK 0.000.200.15   0.08
XYZ62.223757.582461.8678
Yxy57.58240.34250.3170
Hunter Lab75.883113.57374.7787
CIE-Lab80.506118.17830.7372

#eabcc7 color RGB value is (234,188,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11000111
Octal 352 274 307
Decimal 234 188 199
Hex EA BC C7

RGB Percentages of Color #eabcc7

%37.68
%30.27
%32.05

CMYK Percentages of Color #eabcc7

%0
%20
%15
%8

Triadic Colors of #eabcc7

#eabcc7 #c7eabc #bcc7ea

Analogous Colors of #eabcc7

#eabcc7 #eac8bc #eabcde

Monochromatic Colors of #eabcc7

#eabcc7

Complementary Color

#eabcc7 #bceadf

#eabcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcc7 Color CSS Codes

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

#eabcc7 Text Font Color

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

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


#eabcc7 Background Color

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

This div background color is #eabcc7


#eabcc7 Border Color

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

This div border color is #eabcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcc7


Comments

No comments written yet.

Please login to write comment.