Color Hex Logo

#ebdffb Color Hex

#EBDFFB
(235,223,251)
0 Favorites   0 Comments

Color spaces of #ebdffb

RGB 235223251
HSL0.740.780.93
HSV266°11°98°
CMYK 0.060.110.00   0.02
XYZ78.061277.4026102.0927
Yxy77.40260.30310.3005
Hunter Lab87.97874.4155-7.2164
CIE-Lab90.50669.1603-12.1208

#ebdffb color RGB value is (235,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11111011
Octal 353 337 373
Decimal 235 223 251
Hex EB DF FB

RGB Percentages of Color #ebdffb

%33.15
%31.45
%35.40

CMYK Percentages of Color #ebdffb

%6
%11
%0
%2

Triadic Colors of #ebdffb

#ebdffb #fbebdf #dffbeb

Analogous Colors of #ebdffb

#ebdffb #f9dffb #dfe1fb

Monochromatic Colors of #ebdffb

#ebdffb

Complementary Color

#ebdffb #effbdf

#ebdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdffb Color CSS Codes

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

#ebdffb Text Font Color

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

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


#ebdffb Background Color

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

This div background color is #ebdffb


#ebdffb Border Color

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

This div border color is #ebdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdffb

#ebdffb Color Palettes


Comments

No comments written yet.

Please login to write comment.