Color Hex Logo

#ebdaea Color Hex

#EBDAEA
(235,218,234)
0 Favorites   0 Comments

Color spaces of #ebdaea

RGB 235218234
HSL0.840.300.89
HSV304°92°
CMYK 0.000.070.00   0.08
XYZ74.183673.745588.1663
Yxy73.74550.31420.3124
Hunter Lab85.87523.9163-0.7592
CIE-Lab88.80218.6223-5.7204

#ebdaea color RGB value is (235,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11101010
Octal 353 332 352
Decimal 235 218 234
Hex EB DA EA

RGB Percentages of Color #ebdaea

%34.21
%31.73
%34.06

CMYK Percentages of Color #ebdaea

%0
%7
%0
%8

Triadic Colors of #ebdaea

#ebdaea #eaebda #daeaeb

Analogous Colors of #ebdaea

#ebdaea #ebdae2 #e4daeb

Monochromatic Colors of #ebdaea

#ebdaea

Complementary Color

#ebdaea #daebdb

#ebdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdaea Color CSS Codes

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

#ebdaea Text Font Color

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

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


#ebdaea Background Color

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

This div background color is #ebdaea


#ebdaea Border Color

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

This div border color is #ebdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdaea


Comments

No comments written yet.

Please login to write comment.