Color Hex Logo

#ebbedc Color Hex

#EBBEDC
(235,190,220)
0 Favorites   0 Comments

Color spaces of #ebbedc

RGB 235190220
HSL0.890.530.83
HSV320°19°92°
CMYK 0.000.190.06   0.08
XYZ65.592759.656475.7679
Yxy59.65640.32630.2968
Hunter Lab77.237616.4224-4.0956
CIE-Lab81.651120.9411-8.8666

#ebbedc color RGB value is (235,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11011100
Octal 353 276 334
Decimal 235 190 220
Hex EB BE DC

RGB Percentages of Color #ebbedc

%36.43
%29.46
%34.11

CMYK Percentages of Color #ebbedc

%0
%19
%6
%8

Triadic Colors of #ebbedc

#ebbedc #dcebbe #bedceb

Analogous Colors of #ebbedc

#ebbedc #ebbec6 #e4beeb

Monochromatic Colors of #ebbedc

#ebbedc

Complementary Color

#ebbedc #beebcd

#ebbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbedc Color CSS Codes

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

#ebbedc Text Font Color

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

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


#ebbedc Background Color

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

This div background color is #ebbedc


#ebbedc Border Color

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

This div border color is #ebbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbedc


Comments

No comments written yet.

Please login to write comment.