Color Hex Logo

#ebccdb Color Hex

#EBCCDB
(235,204,219)
0 Favorites   0 Comments

Color spaces of #ebccdb

RGB 235204219
HSL0.920.440.86
HSV331°13°92°
CMYK 0.000.130.07   0.08
XYZ68.640065.962476.1321
Yxy65.96240.32570.3130
Hunter Lab81.21728.72751.2743
CIE-Lab84.977213.3433-3.4153

#ebccdb color RGB value is (235,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11011011
Octal 353 314 333
Decimal 235 204 219
Hex EB CC DB

RGB Percentages of Color #ebccdb

%35.71
%31.00
%33.28

CMYK Percentages of Color #ebccdb

%0
%13
%7
%8

Triadic Colors of #ebccdb

#ebccdb #dbebcc #ccdbeb

Analogous Colors of #ebccdb

#ebccdb #ebcdcc #ebcceb

Monochromatic Colors of #ebccdb

#ebccdb

Complementary Color

#ebccdb #ccebdc

#ebccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccdb Color CSS Codes

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

#ebccdb Text Font Color

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

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


#ebccdb Background Color

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

This div background color is #ebccdb


#ebccdb Border Color

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

This div border color is #ebccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccdb


Comments

No comments written yet.

Please login to write comment.