Color Hex Logo

#eabcca Color Hex

#EABCCA
(234,188,202)
0 Favorites   0 Comments

Color spaces of #eabcca

RGB 234188202
HSL0.950.520.83
HSV342°20°92°
CMYK 0.000.200.14   0.08
XYZ62.575657.723163.7207
Yxy57.72310.34000.3137
Hunter Lab75.975714.05983.4566
CIE-Lab80.584618.6567-0.7649

#eabcca color RGB value is (234,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11001010
Octal 352 274 312
Decimal 234 188 202
Hex EA BC CA

RGB Percentages of Color #eabcca

%37.50
%30.13
%32.37

CMYK Percentages of Color #eabcca

%0
%20
%14
%8

Triadic Colors of #eabcca

#eabcca #caeabc #bccaea

Analogous Colors of #eabcca

#eabcca #eac5bc #eabce1

Monochromatic Colors of #eabcca

#eabcca

Complementary Color

#eabcca #bceadc

#eabcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcca Color CSS Codes

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

#eabcca Text Font Color

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

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


#eabcca Background Color

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

This div background color is #eabcca


#eabcca Border Color

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

This div border color is #eabcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcca


Comments

No comments written yet.

Please login to write comment.