Color Hex Logo

#eaccfb Color Hex

#EACCFB
(234,204,251)
0 Favorites   0 Comments

Color spaces of #eaccfb

RGB 234204251
HSL0.770.850.89
HSV278°19°98°
CMYK 0.070.190.00   0.02
XYZ72.937167.6432100.4790
Yxy67.64320.30260.2806
Hunter Lab82.245514.3681-14.8625
CIE-Lab85.827718.8497-19.1510

#eaccfb color RGB value is (234,204,251).

#eaccfb hex color red value is 234, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eaccfb hue: 0.77 , saturation: 0.85 and the lightness value of eaccfb is 0.89.

The process color (four color CMYK) of #eaccfb color hex is 0.07, 0.19, 0.00, 0.02. Web safe color of #eaccfb is #ffccff. Color #eaccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 11111011
Octal 352 314 373
Decimal 234 204 251
Hex EA CC FB

RGB Percentages of Color #eaccfb

%33.96
%29.61
%36.43

CMYK Percentages of Color #eaccfb

%7
%19
%0
%2

Triadic Colors of #eaccfb

#eaccfb #fbeacc #ccfbea

Analogous Colors of #eaccfb

#eaccfb #fbccf5 #d3ccfb

Monochromatic Colors of #eaccfb

#eaccfb

Complementary Color

#eaccfb #ddfbcc

#eaccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaccfb Color CSS Codes

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

#eaccfb Text Font Color

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

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


#eaccfb Background Color

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

This div background color is #eaccfb


#eaccfb Border Color

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

This div border color is #eaccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaccfb


Comments

No comments written yet.

Please login to write comment.