Color Hex Logo

#edceac Color Hex

#EDCEAC
(237,206,172)
1 Favorites   0 Comments

Color spaces of #edceac

RGB 237206172
HSL0.090.640.80
HSV31°27°93°
CMYK 0.000.130.27   0.07
XYZ64.442865.125748.2037
Yxy65.12570.36250.3663
Hunter Lab80.70051.314021.0755
CIE-Lab84.54855.855020.9296

#edceac color RGB value is (237,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 10101100
Octal 355 316 254
Decimal 237 206 172
Hex ED CE AC

RGB Percentages of Color #edceac

%38.54
%33.50
%27.97

CMYK Percentages of Color #edceac

%0
%13
%27
%7

Triadic Colors of #edceac

#edceac #acedce #ceaced

Analogous Colors of #edceac

#edceac #ecedac #edaeac

Monochromatic Colors of #edceac

#edceac

Complementary Color

#edceac #accbed

#edceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edceac Color CSS Codes

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

#edceac Text Font Color

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

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


#edceac Background Color

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

This div background color is #edceac


#edceac Border Color

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

This div border color is #edceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edceac


Comments

No comments written yet.

Please login to write comment.