Color Hex Logo

#ebdcfb Color Hex

#EBDCFB
(235,220,251)
1 Favorites   0 Comments

Color spaces of #ebdcfb

RGB 235220251
HSL0.750.790.92
HSV269°12°98°
CMYK 0.060.120.00   0.02
XYZ77.266775.8136101.8279
Yxy75.81360.30310.2974
Hunter Lab87.07106.0264-8.3888
CIE-Lab89.772710.7296-13.2167

#ebdcfb color RGB value is (235,220,251).

#ebdcfb hex color red value is 235, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebdcfb hue: 0.75 , saturation: 0.79 and the lightness value of ebdcfb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11111011
Octal 353 334 373
Decimal 235 220 251
Hex EB DC FB

RGB Percentages of Color #ebdcfb

%33.29
%31.16
%35.55

CMYK Percentages of Color #ebdcfb

%6
%12
%0
%2

Triadic Colors of #ebdcfb

#ebdcfb #fbebdc #dcfbeb

Analogous Colors of #ebdcfb

#ebdcfb #fbdcfb #dcddfb

Monochromatic Colors of #ebdcfb

#ebdcfb

Complementary Color

#ebdcfb #ecfbdc

#ebdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcfb Color CSS Codes

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

#ebdcfb Text Font Color

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

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


#ebdcfb Background Color

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

This div background color is #ebdcfb


#ebdcfb Border Color

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

This div border color is #ebdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcfb


Comments

No comments written yet.

Please login to write comment.