Color Hex Logo

#e1edac Color Hex

#E1EDAC
(225,237,172)
0 Favorites   0 Comments

Color spaces of #e1edac

RGB 225237172
HSL0.200.640.80
HSV71°27°93°
CMYK 0.050.000.27   0.07
XYZ68.781979.554550.7601
Yxy79.55450.34550.3996
Hunter Lab89.1933-18.437128.6933
CIE-Lab91.4846-14.396730.2401

#e1edac color RGB value is (225,237,172).

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

The process color (four color CMYK) of #e1edac color hex is 0.05, 0.00, 0.27, 0.07. Web safe color of #e1edac is #ccff99. Color #e1edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 10101100
Octal 341 355 254
Decimal 225 237 172
Hex E1 ED AC

RGB Percentages of Color #e1edac

%35.49
%37.38
%27.13

CMYK Percentages of Color #e1edac

%5
%0
%27
%7

Triadic Colors of #e1edac

#e1edac #ace1ed #edace1

Analogous Colors of #e1edac

#e1edac #c1edac #edd9ac

Monochromatic Colors of #e1edac

#e1edac

Complementary Color

#e1edac #b8aced

#e1edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edac Color CSS Codes

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

#e1edac Text Font Color

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

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


#e1edac Background Color

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

This div background color is #e1edac


#e1edac Border Color

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

This div border color is #e1edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edac


Comments

No comments written yet.

Please login to write comment.