Color Hex Logo

#edcfaf Color Hex

#EDCFAF
(237,207,175)
0 Favorites   0 Comments

Color spaces of #edcfaf

RGB 237207175
HSL0.090.630.81
HSV31°26°93°
CMYK 0.000.130.26   0.07
XYZ64.975765.725349.8191
Yxy65.72530.35990.3641
Hunter Lab81.07111.187020.3154
CIE-Lab84.85615.736519.7759

#edcfaf color RGB value is (237,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10101111
Octal 355 317 257
Decimal 237 207 175
Hex ED CF AF

RGB Percentages of Color #edcfaf

%38.29
%33.44
%28.27

CMYK Percentages of Color #edcfaf

%0
%13
%26
%7

Triadic Colors of #edcfaf

#edcfaf #afedcf #cfafed

Analogous Colors of #edcfaf

#edcfaf #ecedaf #edb0af

Monochromatic Colors of #edcfaf

#edcfaf

Complementary Color

#edcfaf #afcded

#edcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfaf Color CSS Codes

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

#edcfaf Text Font Color

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

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


#edcfaf Background Color

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

This div background color is #edcfaf


#edcfaf Border Color

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

This div border color is #edcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfaf


Comments

No comments written yet.

Please login to write comment.