Color Hex Logo

#ebccaf Color Hex

#EBCCAF
(235,204,175)
0 Favorites   0 Comments

Color spaces of #ebccaf

RGB 235204175
HSL0.080.600.80
HSV29°26°92°
CMYK 0.000.130.26   0.08
XYZ63.591763.943049.5480
Yxy63.94300.35910.3611
Hunter Lab79.96442.014619.2374
CIE-Lab83.93616.552318.4697

#ebccaf color RGB value is (235,204,175).

#ebccaf hex color red value is 235, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ebccaf hue: 0.08 , saturation: 0.60 and the lightness value of ebccaf is 0.80.

The process color (four color CMYK) of #ebccaf color hex is 0.00, 0.13, 0.26, 0.08. Web safe color of #ebccaf is #ffcc99. Color #ebccaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 10101111
Octal 353 314 257
Decimal 235 204 175
Hex EB CC AF

RGB Percentages of Color #ebccaf

%38.27
%33.22
%28.50

CMYK Percentages of Color #ebccaf

%0
%13
%26
%8

Triadic Colors of #ebccaf

#ebccaf #afebcc #ccafeb

Analogous Colors of #ebccaf

#ebccaf #ebeaaf #ebafb0

Monochromatic Colors of #ebccaf

#ebccaf

Complementary Color

#ebccaf #afceeb

#ebccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccaf Color CSS Codes

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

#ebccaf Text Font Color

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

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


#ebccaf Background Color

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

This div background color is #ebccaf


#ebccaf Border Color

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

This div border color is #ebccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccaf


Comments

No comments written yet.

Please login to write comment.