Color Hex Logo

#edcfaa Color Hex

#EDCFAA
(237,207,170)
0 Favorites   0 Comments

Color spaces of #edcfaa

RGB 237207170
HSL0.090.650.80
HSV33°28°93°
CMYK 0.000.130.28   0.07
XYZ64.493665.532547.2801
Yxy65.53250.36370.3696
Hunter Lab80.95210.542522.0382
CIE-Lab84.75745.069922.2696

#edcfaa color RGB value is (237,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10101010
Octal 355 317 252
Decimal 237 207 170
Hex ED CF AA

RGB Percentages of Color #edcfaa

%38.60
%33.71
%27.69

CMYK Percentages of Color #edcfaa

%0
%13
%28
%7

Triadic Colors of #edcfaa

#edcfaa #aaedcf #cfaaed

Analogous Colors of #edcfaa

#edcfaa #eaedaa #edaeaa

Monochromatic Colors of #edcfaa

#edcfaa

Complementary Color

#edcfaa #aac8ed

#edcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfaa Color CSS Codes

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

#edcfaa Text Font Color

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

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


#edcfaa Background Color

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

This div background color is #edcfaa


#edcfaa Border Color

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

This div border color is #edcfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfaa


Comments

No comments written yet.

Please login to write comment.