Color Hex Logo

#ebdaff Color Hex

#EBDAFF
(235,218,255)
0 Favorites   0 Comments

Color spaces of #ebdaff

RGB 235218255
HSL0.741.000.93
HSV268°15°100°
CMYK 0.080.150.00   0.00
XYZ77.382475.0250105.0105
Yxy75.02500.30060.2915
Hunter Lab86.61707.8897-11.2486
CIE-Lab89.404712.5487-15.8680

#ebdaff color RGB value is (235,218,255).

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

The process color (four color CMYK) of #ebdaff color hex is 0.08, 0.15, 0.00, 0.00. Web safe color of #ebdaff is #ffccff. Color #ebdaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11111111
Octal 353 332 377
Decimal 235 218 255
Hex EB DA FF

RGB Percentages of Color #ebdaff

%33.19
%30.79
%36.02

CMYK Percentages of Color #ebdaff

%8
%15
%0
%0

Triadic Colors of #ebdaff

#ebdaff #ffebda #daffeb

Analogous Colors of #ebdaff

#ebdaff #fedaff #dadcff

Monochromatic Colors of #ebdaff

#ebdaff

Complementary Color

#ebdaff #eeffda

#ebdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdaff Color CSS Codes

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

#ebdaff Text Font Color

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

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


#ebdaff Background Color

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

This div background color is #ebdaff


#ebdaff Border Color

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

This div border color is #ebdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdaff

#ebdaff Color Palettes


Comments

No comments written yet.

Please login to write comment.