Color Hex Logo

#edecac Color Hex

#EDECAC
(237,236,172)
0 Favorites   0 Comments

Color spaces of #edecac

RGB 237236172
HSL0.160.640.80
HSV59°27°93°
CMYK 0.000.000.27   0.07
XYZ72.366980.974050.8451
Yxy80.97400.35440.3966
Hunter Lab89.9856-13.924029.4889
CIE-Lab92.1201-9.468731.2493

#edecac color RGB value is (237,236,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10101100
Octal 355 354 254
Decimal 237 236 172
Hex ED EC AC

RGB Percentages of Color #edecac

%36.74
%36.59
%26.67

CMYK Percentages of Color #edecac

%0
%0
%27
%7

Triadic Colors of #edecac

#edecac #acedec #ecaced

Analogous Colors of #edecac

#edecac #ceedac #edccac

Monochromatic Colors of #edecac

#edecac

Complementary Color

#edecac #acaded

#edecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecac Color CSS Codes

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

#edecac Text Font Color

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

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


#edecac Background Color

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

This div background color is #edecac


#edecac Border Color

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

This div border color is #edecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecac


Comments

No comments written yet.

Please login to write comment.