Color Hex Logo

#ebdbfa Color Hex

#EBDBFA
(235,219,250)
0 Favorites   0 Comments

Color spaces of #ebdbfa

RGB 235219250
HSL0.750.760.92
HSV271°12°98°
CMYK 0.060.120.00   0.02
XYZ76.847875.2273100.9125
Yxy75.22730.30380.2974
Hunter Lab86.73376.3707-8.2689
CIE-Lab89.499411.0630-13.1002

#ebdbfa color RGB value is (235,219,250).

#ebdbfa hex color red value is 235, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebdbfa hue: 0.75 , saturation: 0.76 and the lightness value of ebdbfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11111010
Octal 353 333 372
Decimal 235 219 250
Hex EB DB FA

RGB Percentages of Color #ebdbfa

%33.38
%31.11
%35.51

CMYK Percentages of Color #ebdbfa

%6
%12
%0
%2

Triadic Colors of #ebdbfa

#ebdbfa #faebdb #dbfaeb

Analogous Colors of #ebdbfa

#ebdbfa #fadbfa #dcdbfa

Monochromatic Colors of #ebdbfa

#ebdbfa

Complementary Color

#ebdbfa #eafadb

#ebdbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbfa Color CSS Codes

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

#ebdbfa Text Font Color

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

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


#ebdbfa Background Color

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

This div background color is #ebdbfa


#ebdbfa Border Color

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

This div border color is #ebdbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbfa


Comments

No comments written yet.

Please login to write comment.