Color Hex Logo

#ebdefa Color Hex

#EBDEFA
(235,222,250)
0 Favorites   0 Comments

Color spaces of #ebdefa

RGB 235222250
HSL0.740.740.93
HSV268°11°98°
CMYK 0.060.110.00   0.02
XYZ77.637576.8068101.1757
Yxy76.80680.30370.3005
Hunter Lab87.63954.7593-7.0999
CIE-Lab90.23269.4925-12.0054

#ebdefa color RGB value is (235,222,250).

#ebdefa hex color red value is 235, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebdefa hue: 0.74 , saturation: 0.74 and the lightness value of ebdefa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11111010
Octal 353 336 372
Decimal 235 222 250
Hex EB DE FA

RGB Percentages of Color #ebdefa

%33.24
%31.40
%35.36

CMYK Percentages of Color #ebdefa

%6
%11
%0
%2

Triadic Colors of #ebdefa

#ebdefa #faebde #defaeb

Analogous Colors of #ebdefa

#ebdefa #f9defa #dedffa

Monochromatic Colors of #ebdefa

#ebdefa

Complementary Color

#ebdefa #edfade

#ebdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdefa Color CSS Codes

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

#ebdefa Text Font Color

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

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


#ebdefa Background Color

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

This div background color is #ebdefa


#ebdefa Border Color

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

This div border color is #ebdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdefa


Comments

No comments written yet.

Please login to write comment.