Color Hex Logo

#ebaedc Color Hex

#EBAEDC
(235,174,220)
0 Favorites   0 Comments

Color spaces of #ebaedc

RGB 235174220
HSL0.870.600.80
HSV315°26°92°
CMYK 0.000.260.06   0.08
XYZ62.315353.101674.6754
Yxy53.10160.32780.2793
Hunter Lab72.870825.1198-9.7487
CIE-Lab77.934929.4736-14.4177

#ebaedc color RGB value is (235,174,220).

#ebaedc hex color red value is 235, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebaedc hue: 0.87 , saturation: 0.60 and the lightness value of ebaedc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11011100
Octal 353 256 334
Decimal 235 174 220
Hex EB AE DC

RGB Percentages of Color #ebaedc

%37.36
%27.66
%34.98

CMYK Percentages of Color #ebaedc

%0
%26
%6
%8

Triadic Colors of #ebaedc

#ebaedc #dcebae #aedceb

Analogous Colors of #ebaedc

#ebaedc #ebaebe #dcaeeb

Monochromatic Colors of #ebaedc

#ebaedc

Complementary Color

#ebaedc #aeebbd

#ebaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaedc Color CSS Codes

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

#ebaedc Text Font Color

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

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


#ebaedc Background Color

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

This div background color is #ebaedc


#ebaedc Border Color

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

This div border color is #ebaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaedc


Comments

No comments written yet.

Please login to write comment.