Color Hex Logo

#ebdafa Color Hex

#EBDAFA
(235,218,250)
0 Favorites   0 Comments

Color spaces of #ebdafa

RGB 235218250
HSL0.760.760.92
HSV272°13°98°
CMYK 0.060.130.00   0.02
XYZ76.587774.7071100.8258
Yxy74.70710.30380.2963
Hunter Lab86.43336.9089-8.6595
CIE-Lab89.255611.5875-13.4646

#ebdafa color RGB value is (235,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11111010
Octal 353 332 372
Decimal 235 218 250
Hex EB DA FA

RGB Percentages of Color #ebdafa

%33.43
%31.01
%35.56

CMYK Percentages of Color #ebdafa

%6
%13
%0
%2

Triadic Colors of #ebdafa

#ebdafa #faebda #dafaeb

Analogous Colors of #ebdafa

#ebdafa #fadaf9 #dbdafa

Monochromatic Colors of #ebdafa

#ebdafa

Complementary Color

#ebdafa #e9fada

#ebdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdafa Color CSS Codes

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

#ebdafa Text Font Color

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

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


#ebdafa Background Color

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

This div background color is #ebdafa


#ebdafa Border Color

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

This div border color is #ebdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdafa


Comments

No comments written yet.

Please login to write comment.