Color Hex Logo

#ebdefd Color Hex

#EBDEFD
(235,222,253)
0 Favorites   0 Comments

Color spaces of #ebdefd

RGB 235222253
HSL0.740.890.93
HSV265°12°99°
CMYK 0.070.120.00   0.01
XYZ78.111876.9966103.6734
Yxy76.99660.30180.2975
Hunter Lab87.74775.3398-8.6274
CIE-Lab90.320010.0655-13.4476

#ebdefd color RGB value is (235,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11111101
Octal 353 336 375
Decimal 235 222 253
Hex EB DE FD

RGB Percentages of Color #ebdefd

%33.10
%31.27
%35.63

CMYK Percentages of Color #ebdefd

%7
%12
%0
%1

Triadic Colors of #ebdefd

#ebdefd #fdebde #defdeb

Analogous Colors of #ebdefd

#ebdefd #fbdefd #dee1fd

Monochromatic Colors of #ebdefd

#ebdefd

Complementary Color

#ebdefd #f0fdde

#ebdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdefd Color CSS Codes

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

#ebdefd Text Font Color

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

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


#ebdefd Background Color

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

This div background color is #ebdefd


#ebdefd Border Color

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

This div border color is #ebdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdefd


Comments

No comments written yet.

Please login to write comment.