Color Hex Logo

#ebccbf Color Hex

#EBCCBF
(235,204,191)
0 Favorites   0 Comments

Color spaces of #ebccbf

RGB 235204191
HSL0.050.520.84
HSV18°19°92°
CMYK 0.000.130.19   0.08
XYZ65.257864.609558.3216
Yxy64.60950.34680.3433
Hunter Lab80.38004.253013.2468
CIE-Lab84.28218.847110.4751

#ebccbf color RGB value is (235,204,191).

#ebccbf hex color red value is 235, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebccbf hue: 0.05 , saturation: 0.52 and the lightness value of ebccbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 10111111
Octal 353 314 277
Decimal 235 204 191
Hex EB CC BF

RGB Percentages of Color #ebccbf

%37.30
%32.38
%30.32

CMYK Percentages of Color #ebccbf

%0
%13
%19
%8

Triadic Colors of #ebccbf

#ebccbf #bfebcc #ccbfeb

Analogous Colors of #ebccbf

#ebccbf #ebe2bf #ebbfc8

Monochromatic Colors of #ebccbf

#ebccbf

Complementary Color

#ebccbf #bfdeeb

#ebccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccbf Color CSS Codes

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

#ebccbf Text Font Color

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

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


#ebccbf Background Color

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

This div background color is #ebccbf


#ebccbf Border Color

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

This div border color is #ebccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccbf


Comments

No comments written yet.

Please login to write comment.