Color Hex Logo

#ebddee Color Hex

#EBDDEE
(235,221,238)
0 Favorites   0 Comments

Color spaces of #ebddee

RGB 235221238
HSL0.800.330.90
HSV289°93°
CMYK 0.010.070.00   0.07
XYZ75.550075.548191.4893
Yxy75.54810.31140.3114
Hunter Lab86.91843.0460-1.5651
CIE-Lab89.64917.7805-6.5731

#ebddee color RGB value is (235,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11101110
Octal 353 335 356
Decimal 235 221 238
Hex EB DD EE

RGB Percentages of Color #ebddee

%33.86
%31.84
%34.29

CMYK Percentages of Color #ebddee

%1
%7
%0
%7

Triadic Colors of #ebddee

#ebddee #eeebdd #ddeeeb

Analogous Colors of #ebddee

#ebddee #eedde9 #e3ddee

Monochromatic Colors of #ebddee

#ebddee

Complementary Color

#ebddee #e0eedd

#ebddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddee Color CSS Codes

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

#ebddee Text Font Color

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

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


#ebddee Background Color

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

This div background color is #ebddee


#ebddee Border Color

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

This div border color is #ebddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddee


Comments

No comments written yet.

Please login to write comment.