Color Hex Logo

#ebdcfa Color Hex

#EBDCFA
(235,220,250)
0 Favorites   0 Comments

Color spaces of #ebdcfa

RGB 235220250
HSL0.750.750.92
HSV270°12°98°
CMYK 0.060.120.00   0.02
XYZ77.109575.7507100.9997
Yxy75.75070.30370.2984
Hunter Lab87.03495.8330-7.8787
CIE-Lab89.743510.5390-12.7355

#ebdcfa color RGB value is (235,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11111010
Octal 353 334 372
Decimal 235 220 250
Hex EB DC FA

RGB Percentages of Color #ebdcfa

%33.33
%31.21
%35.46

CMYK Percentages of Color #ebdcfa

%6
%12
%0
%2

Triadic Colors of #ebdcfa

#ebdcfa #faebdc #dcfaeb

Analogous Colors of #ebdcfa

#ebdcfa #fadcfa #dcdcfa

Monochromatic Colors of #ebdcfa

#ebdcfa

Complementary Color

#ebdcfa #ebfadc

#ebdcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcfa Color CSS Codes

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

#ebdcfa Text Font Color

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

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


#ebdcfa Background Color

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

This div background color is #ebdcfa


#ebdcfa Border Color

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

This div border color is #ebdcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcfa


Comments

No comments written yet.

Please login to write comment.