Color Hex Logo

#ebdbee Color Hex

#EBDBEE
(235,219,238)
0 Favorites   0 Comments

Color spaces of #ebdbee

RGB 235219238
HSL0.810.360.90
HSV291°93°
CMYK 0.010.080.00   0.07
XYZ75.025174.498291.3143
Yxy74.49820.31150.3093
Hunter Lab86.31234.1106-2.3073
CIE-Lab89.15748.8247-7.3004

#ebdbee color RGB value is (235,219,238).

#ebdbee hex color red value is 235, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ebdbee hue: 0.81 , saturation: 0.36 and the lightness value of ebdbee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11101110
Octal 353 333 356
Decimal 235 219 238
Hex EB DB EE

RGB Percentages of Color #ebdbee

%33.96
%31.65
%34.39

CMYK Percentages of Color #ebdbee

%1
%8
%0
%7

Triadic Colors of #ebdbee

#ebdbee #eeebdb #dbeeeb

Analogous Colors of #ebdbee

#ebdbee #eedbe8 #e2dbee

Monochromatic Colors of #ebdbee

#ebdbee

Complementary Color

#ebdbee #deeedb

#ebdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbee Color CSS Codes

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

#ebdbee Text Font Color

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

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


#ebdbee Background Color

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

This div background color is #ebdbee


#ebdbee Border Color

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

This div border color is #ebdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbee


Comments

No comments written yet.

Please login to write comment.