Color Hex Logo

#eaccfa Color Hex

#EACCFA
(234,204,250)
0 Favorites   0 Comments

Color spaces of #eaccfa

RGB 234204250
HSL0.780.820.89
HSV279°18°98°
CMYK 0.060.180.00   0.02
XYZ72.779967.580399.6509
Yxy67.58030.30320.2816
Hunter Lab82.207214.1674-14.3258
CIE-Lab85.796218.6567-18.6690

#eaccfa color RGB value is (234,204,250).

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

The process color (four color CMYK) of #eaccfa color hex is 0.06, 0.18, 0.00, 0.02. Web safe color of #eaccfa is #ffccff. Color #eaccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 11111010
Octal 352 314 372
Decimal 234 204 250
Hex EA CC FA

RGB Percentages of Color #eaccfa

%34.01
%29.65
%36.34

CMYK Percentages of Color #eaccfa

%6
%18
%0
%2

Triadic Colors of #eaccfa

#eaccfa #faeacc #ccfaea

Analogous Colors of #eaccfa

#eaccfa #faccf3 #d3ccfa

Monochromatic Colors of #eaccfa

#eaccfa

Complementary Color

#eaccfa #dcfacc

#eaccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaccfa Color CSS Codes

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

#eaccfa Text Font Color

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

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


#eaccfa Background Color

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

This div background color is #eaccfa


#eaccfa Border Color

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

This div border color is #eaccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaccfa


Comments

No comments written yet.

Please login to write comment.