Color Hex Logo

#ebdaeb Color Hex

#EBDAEB
(235,218,235)
0 Favorites   0 Comments

Color spaces of #ebdaeb

RGB 235218235
HSL0.830.300.89
HSV300°92°
CMYK 0.000.070.00   0.08
XYZ74.327773.803188.9252
Yxy73.80310.31350.3113
Hunter Lab85.90874.0968-1.2357
CIE-Lab88.82938.8026-6.2066

#ebdaeb color RGB value is (235,218,235).

#ebdaeb hex color red value is 235, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebdaeb hue: 0.83 , saturation: 0.30 and the lightness value of ebdaeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11101011
Octal 353 332 353
Decimal 235 218 235
Hex EB DA EB

RGB Percentages of Color #ebdaeb

%34.16
%31.69
%34.16

CMYK Percentages of Color #ebdaeb

%0
%7
%0
%8

Triadic Colors of #ebdaeb

#ebdaeb #ebebda #daebeb

Analogous Colors of #ebdaeb

#ebdaeb #ebdae3 #e3daeb

Monochromatic Colors of #ebdaeb

#ebdaeb

Complementary Color

#ebdaeb #daebda

#ebdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdaeb Color CSS Codes

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

#ebdaeb Text Font Color

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

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


#ebdaeb Background Color

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

This div background color is #ebdaeb


#ebdaeb Border Color

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

This div border color is #ebdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdaeb

#ebdaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.