Color Hex Logo

#ebe1fe Color Hex

#EBE1FE
(235,225,254)
0 Favorites   0 Comments

Color spaces of #ebe1fe

RGB 235225254
HSL0.720.940.94
HSV261°11°100°
CMYK 0.070.110.00   0.00
XYZ79.075678.6684104.7827
Yxy78.66840.30120.2997
Hunter Lab88.69523.9238-7.9573
CIE-Lab91.08408.6908-12.8296

#ebe1fe color RGB value is (235,225,254).

#ebe1fe hex color red value is 235, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebe1fe hue: 0.72 , saturation: 0.94 and the lightness value of ebe1fe is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 11111110
Octal 353 341 376
Decimal 235 225 254
Hex EB E1 FE

RGB Percentages of Color #ebe1fe

%32.91
%31.51
%35.57

CMYK Percentages of Color #ebe1fe

%7
%11
%0
%0

Triadic Colors of #ebe1fe

#ebe1fe #feebe1 #e1feeb

Analogous Colors of #ebe1fe

#ebe1fe #fae1fe #e1e6fe

Monochromatic Colors of #ebe1fe

#ebe1fe

Complementary Color

#ebe1fe #f4fee1

#ebe1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe1fe Color CSS Codes

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

#ebe1fe Text Font Color

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

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


#ebe1fe Background Color

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

This div background color is #ebe1fe


#ebe1fe Border Color

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

This div border color is #ebe1fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,225,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.