Color Hex Logo

#edcfad Color Hex

#EDCFAD
(237,207,173)
0 Favorites   0 Comments

Color spaces of #edcfad

RGB 237207173
HSL0.090.640.80
HSV32°27°93°
CMYK 0.000.130.27   0.07
XYZ64.780765.647348.7920
Yxy65.64730.36150.3663
Hunter Lab81.02300.926621.0117
CIE-Lab84.81625.467520.7735

#edcfad color RGB value is (237,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10101101
Octal 355 317 255
Decimal 237 207 173
Hex ED CF AD

RGB Percentages of Color #edcfad

%38.41
%33.55
%28.04

CMYK Percentages of Color #edcfad

%0
%13
%27
%7

Triadic Colors of #edcfad

#edcfad #adedcf #cfaded

Analogous Colors of #edcfad

#edcfad #ebedad #edafad

Monochromatic Colors of #edcfad

#edcfad

Complementary Color

#edcfad #adcbed

#edcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfad Color CSS Codes

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

#edcfad Text Font Color

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

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


#edcfad Background Color

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

This div background color is #edcfad


#edcfad Border Color

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

This div border color is #edcfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,207,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfad


Comments

No comments written yet.

Please login to write comment.