Color Hex Logo

#ebcdd3 Color Hex

#EBCDD3
(235,205,211)
0 Favorites   0 Comments

Color spaces of #ebcdd3

RGB 235205211
HSL0.970.430.86
HSV348°13°92°
CMYK 0.000.130.10   0.08
XYZ67.850166.028070.7966
Yxy66.02800.33150.3226
Hunter Lab81.25766.84675.2233
CIE-Lab85.010711.47170.8901

#ebcdd3 color RGB value is (235,205,211).

#ebcdd3 hex color red value is 235, green value is 205 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ebcdd3 hue: 0.97 , saturation: 0.43 and the lightness value of ebcdd3 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11010011
Octal 353 315 323
Decimal 235 205 211
Hex EB CD D3

RGB Percentages of Color #ebcdd3

%36.10
%31.49
%32.41

CMYK Percentages of Color #ebcdd3

%0
%13
%10
%8

Triadic Colors of #ebcdd3

#ebcdd3 #d3ebcd #cdd3eb

Analogous Colors of #ebcdd3

#ebcdd3 #ebd6cd #ebcde2

Monochromatic Colors of #ebcdd3

#ebcdd3

Complementary Color

#ebcdd3 #cdebe5

#ebcdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdd3 Color CSS Codes

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

#ebcdd3 Text Font Color

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

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


#ebcdd3 Background Color

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

This div background color is #ebcdd3


#ebcdd3 Border Color

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

This div border color is #ebcdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdd3


Comments

No comments written yet.

Please login to write comment.