Color Hex Logo

#ebccda Color Hex

#EBCCDA
(235,204,218)
5 Favorites   1 Comments

Color spaces of #ebccda

RGB 235204218
HSL0.920.440.86
HSV333°13°92°
CMYK 0.000.130.07   0.08
XYZ68.508765.909975.4407
Yxy65.90990.32650.3141
Hunter Lab81.18498.55541.7345
CIE-Lab84.950413.1726-2.9225

#ebccda color RGB value is (235,204,218).

#ebccda hex color red value is 235, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebccda hue: 0.92 , saturation: 0.44 and the lightness value of ebccda is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11011010
Octal 353 314 332
Decimal 235 204 218
Hex EB CC DA

RGB Percentages of Color #ebccda

%35.77
%31.05
%33.18

CMYK Percentages of Color #ebccda

%0
%13
%7
%8

Triadic Colors of #ebccda

#ebccda #daebcc #ccdaeb

Analogous Colors of #ebccda

#ebccda #ebcecc #ebccea

Monochromatic Colors of #ebccda

#ebccda

Complementary Color

#ebccda #ccebdd

#ebccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccda Color CSS Codes

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

#ebccda Text Font Color

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

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


#ebccda Background Color

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

This div background color is #ebccda


#ebccda Border Color

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

This div border color is #ebccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccda


Comments

5 Aug 2020, 17:00 Zacapea

This lavender sort of colour letter combination hex could make this colour popular. Try making #facade, #c0ffee, #dabbed & #ccff00 popular!

Please login to write comment.