Color Hex Logo

#ebcdaf Color Hex

#EBCDAF
(235,205,175)
0 Favorites   0 Comments

Color spaces of #ebcdaf

RGB 235205175
HSL0.080.600.80
HSV30°26°92°
CMYK 0.000.130.26   0.08
XYZ63.830164.420049.6275
Yxy64.42000.35880.3622
Hunter Lab80.26211.497319.5234
CIE-Lab84.18406.029618.8149

#ebcdaf color RGB value is (235,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 10101111
Octal 353 315 257
Decimal 235 205 175
Hex EB CD AF

RGB Percentages of Color #ebcdaf

%38.21
%33.33
%28.46

CMYK Percentages of Color #ebcdaf

%0
%13
%26
%8

Triadic Colors of #ebcdaf

#ebcdaf #afebcd #cdafeb

Analogous Colors of #ebcdaf

#ebcdaf #ebebaf #ebafaf

Monochromatic Colors of #ebcdaf

#ebcdaf

Complementary Color

#ebcdaf #afcdeb

#ebcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdaf Color CSS Codes

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

#ebcdaf Text Font Color

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

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


#ebcdaf Background Color

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

This div background color is #ebcdaf


#ebcdaf Border Color

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

This div border color is #ebcdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,205,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 #ebcdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdaf


Comments

No comments written yet.

Please login to write comment.