Color Hex Logo

#eacefa Color Hex

#EACEFA
(234,206,250)
0 Favorites   0 Comments

Color spaces of #eacefa

RGB 234206250
HSL0.770.810.89
HSV278°18°98°
CMYK 0.060.180.00   0.02
XYZ73.258368.537299.8103
Yxy68.53720.30320.2837
Hunter Lab82.787213.0769-13.5305
CIE-Lab86.274417.5955-17.9480

#eacefa color RGB value is (234,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001110 11111010
Octal 352 316 372
Decimal 234 206 250
Hex EA CE FA

RGB Percentages of Color #eacefa

%33.91
%29.86
%36.23

CMYK Percentages of Color #eacefa

%6
%18
%0
%2

Triadic Colors of #eacefa

#eacefa #faeace #cefaea

Analogous Colors of #eacefa

#eacefa #facef4 #d4cefa

Monochromatic Colors of #eacefa

#eacefa

Complementary Color

#eacefa #deface

#eacefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacefa Color CSS Codes

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

#eacefa Text Font Color

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

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


#eacefa Background Color

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

This div background color is #eacefa


#eacefa Border Color

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

This div border color is #eacefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacefa


Comments

No comments written yet.

Please login to write comment.