Color Hex Logo

#eabecc Color Hex

#EABECC
(234,190,204)
0 Favorites   0 Comments

Color spaces of #eabecc

RGB 234190204
HSL0.950.510.83
HSV341°19°92°
CMYK 0.000.190.13   0.08
XYZ63.244258.679065.1196
Yxy58.67900.33810.3137
Hunter Lab76.602213.31903.2191
CIE-Lab81.114817.9148-1.0661

#eabecc color RGB value is (234,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11001100
Octal 352 276 314
Decimal 234 190 204
Hex EA BE CC

RGB Percentages of Color #eabecc

%37.26
%30.25
%32.48

CMYK Percentages of Color #eabecc

%0
%19
%13
%8

Triadic Colors of #eabecc

#eabecc #cceabe #beccea

Analogous Colors of #eabecc

#eabecc #eac6be #eabee2

Monochromatic Colors of #eabecc

#eabecc

Complementary Color

#eabecc #beeadc

#eabecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabecc Color CSS Codes

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

#eabecc Text Font Color

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

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


#eabecc Background Color

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

This div background color is #eabecc


#eabecc Border Color

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

This div border color is #eabecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,190,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 #eabecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabecc


Comments

No comments written yet.

Please login to write comment.