Color Hex Logo

#ebcdc9 Color Hex

#EBCDC9
(235,205,201)
0 Favorites   0 Comments

Color spaces of #ebcdc9

RGB 235205201
HSL0.020.460.85
HSV14°92°
CMYK 0.000.130.14   0.08
XYZ66.634965.541964.3971
Yxy65.54190.33900.3334
Hunter Lab80.95805.24349.5090
CIE-Lab84.76229.85895.8480

#ebcdc9 color RGB value is (235,205,201).

#ebcdc9 hex color red value is 235, green value is 205 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ebcdc9 hue: 0.02 , saturation: 0.46 and the lightness value of ebcdc9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11001001
Octal 353 315 311
Decimal 235 205 201
Hex EB CD C9

RGB Percentages of Color #ebcdc9

%36.66
%31.98
%31.36

CMYK Percentages of Color #ebcdc9

%0
%13
%14
%8

Triadic Colors of #ebcdc9

#ebcdc9 #c9ebcd #cdc9eb

Analogous Colors of #ebcdc9

#ebcdc9 #ebdec9 #ebc9d6

Monochromatic Colors of #ebcdc9

#ebcdc9

Complementary Color

#ebcdc9 #c9e7eb

#ebcdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdc9 Color CSS Codes

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

#ebcdc9 Text Font Color

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

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


#ebcdc9 Background Color

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

This div background color is #ebcdc9


#ebcdc9 Border Color

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

This div border color is #ebcdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdc9


Comments

No comments written yet.

Please login to write comment.