Color Hex Logo

#ebdeea Color Hex

#EBDEEA
(235,222,234)
0 Favorites   0 Comments

Color spaces of #ebdeea

RGB 235222234
HSL0.850.250.90
HSV305°92°
CMYK 0.000.060.00   0.08
XYZ75.233575.845288.5163
Yxy75.84520.31400.3166
Hunter Lab87.08911.79440.7008
CIE-Lab89.78746.5367-4.2678

#ebdeea color RGB value is (235,222,234).

#ebdeea hex color red value is 235, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebdeea hue: 0.85 , saturation: 0.25 and the lightness value of ebdeea is 0.90.

The process color (four color CMYK) of #ebdeea color hex is 0.00, 0.06, 0.00, 0.08. Web safe color of #ebdeea is #ffccff. Color #ebdeea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11101010
Octal 353 336 352
Decimal 235 222 234
Hex EB DE EA

RGB Percentages of Color #ebdeea

%34.01
%32.13
%33.86

CMYK Percentages of Color #ebdeea

%0
%6
%0
%8

Triadic Colors of #ebdeea

#ebdeea #eaebde #deeaeb

Analogous Colors of #ebdeea

#ebdeea #ebdee4 #e6deeb

Monochromatic Colors of #ebdeea

#ebdeea

Complementary Color

#ebdeea #deebdf

#ebdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdeea Color CSS Codes

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

#ebdeea Text Font Color

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

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


#ebdeea Background Color

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

This div background color is #ebdeea


#ebdeea Border Color

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

This div border color is #ebdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdeea


Comments

No comments written yet.

Please login to write comment.