Color Hex Logo

#ebd0fd Color Hex

#EBD0FD
(235,208,253)
0 Favorites   0 Comments

Color spaces of #ebd0fd

RGB 235208253
HSL0.770.920.90
HSV276°18°99°
CMYK 0.070.180.00   0.01
XYZ74.546469.8658102.4849
Yxy69.86580.30190.2830
Hunter Lab83.585812.9211-14.1857
CIE-Lab86.931017.4365-18.5360

#ebd0fd color RGB value is (235,208,253).

#ebd0fd hex color red value is 235, green value is 208 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ebd0fd hue: 0.77 , saturation: 0.92 and the lightness value of ebd0fd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 11111101
Octal 353 320 375
Decimal 235 208 253
Hex EB D0 FD

RGB Percentages of Color #ebd0fd

%33.76
%29.89
%36.35

CMYK Percentages of Color #ebd0fd

%7
%18
%0
%1

Triadic Colors of #ebd0fd

#ebd0fd #fdebd0 #d0fdeb

Analogous Colors of #ebd0fd

#ebd0fd #fdd0f9 #d5d0fd

Monochromatic Colors of #ebd0fd

#ebd0fd

Complementary Color

#ebd0fd #e2fdd0

#ebd0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd0fd Color CSS Codes

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

#ebd0fd Text Font Color

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

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


#ebd0fd Background Color

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

This div background color is #ebd0fd


#ebd0fd Border Color

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

This div border color is #ebd0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd0fd


Comments

No comments written yet.

Please login to write comment.