Color Hex Logo

#ebdcfd Color Hex

#EBDCFD
(235,220,253)
0 Favorites   0 Comments

Color spaces of #ebdcfd

RGB 235220253
HSL0.740.890.93
HSV267°13°99°
CMYK 0.070.130.00   0.01
XYZ77.583875.9404103.4974
Yxy75.94040.30190.2955
Hunter Lab87.14386.4163-9.4158
CIE-Lab89.831711.1130-14.1782

#ebdcfd color RGB value is (235,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11111101
Octal 353 334 375
Decimal 235 220 253
Hex EB DC FD

RGB Percentages of Color #ebdcfd

%33.19
%31.07
%35.73

CMYK Percentages of Color #ebdcfd

%7
%13
%0
%1

Triadic Colors of #ebdcfd

#ebdcfd #fdebdc #dcfdeb

Analogous Colors of #ebdcfd

#ebdcfd #fcdcfd #dcdefd

Monochromatic Colors of #ebdcfd

#ebdcfd

Complementary Color

#ebdcfd #eefddc

#ebdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcfd Color CSS Codes

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

#ebdcfd Text Font Color

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

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


#ebdcfd Background Color

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

This div background color is #ebdcfd


#ebdcfd Border Color

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

This div border color is #ebdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.