Color Hex Logo

#ebcfaf Color Hex

#EBCFAF
(235,207,175)
0 Favorites   0 Comments

Color spaces of #ebcfaf

RGB 235207175
HSL0.090.600.80
HSV32°26°92°
CMYK 0.000.120.26   0.08
XYZ64.311665.383049.7880
Yxy65.38300.35830.3643
Hunter Lab80.85980.464920.0950
CIE-Lab84.68074.986719.5056

#ebcfaf color RGB value is (235,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 10101111
Octal 353 317 257
Decimal 235 207 175
Hex EB CF AF

RGB Percentages of Color #ebcfaf

%38.09
%33.55
%28.36

CMYK Percentages of Color #ebcfaf

%0
%12
%26
%8

Triadic Colors of #ebcfaf

#ebcfaf #afebcf #cfafeb

Analogous Colors of #ebcfaf

#ebcfaf #e9ebaf #ebb1af

Monochromatic Colors of #ebcfaf

#ebcfaf

Complementary Color

#ebcfaf #afcbeb

#ebcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfaf Color CSS Codes

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

#ebcfaf Text Font Color

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

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


#ebcfaf Background Color

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

This div background color is #ebcfaf


#ebcfaf Border Color

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

This div border color is #ebcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfaf


Comments

No comments written yet.

Please login to write comment.