Color Hex Logo

#ede3ac Color Hex

#EDE3AC
(237,227,172)
0 Favorites   0 Comments

Color spaces of #ede3ac

RGB 237227172
HSL0.140.640.80
HSV51°27°93°
CMYK 0.000.040.27   0.07
XYZ69.840575.921350.0030
Yxy75.92130.35680.3878
Hunter Lab87.1328-9.407526.9682
CIE-Lab89.8228-4.942528.1497

#ede3ac color RGB value is (237,227,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10101100
Octal 355 343 254
Decimal 237 227 172
Hex ED E3 AC

RGB Percentages of Color #ede3ac

%37.26
%35.69
%27.04

CMYK Percentages of Color #ede3ac

%0
%4
%27
%7

Triadic Colors of #ede3ac

#ede3ac #acede3 #e3aced

Analogous Colors of #ede3ac

#ede3ac #d7edac #edc3ac

Monochromatic Colors of #ede3ac

#ede3ac

Complementary Color

#ede3ac #acb6ed

#ede3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3ac Color CSS Codes

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

#ede3ac Text Font Color

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

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


#ede3ac Background Color

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

This div background color is #ede3ac


#ede3ac Border Color

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

This div border color is #ede3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3ac


Comments

No comments written yet.

Please login to write comment.