Color Hex Logo

#efaead Color Hex

#EFAEAD
(239,174,173)
0 Favorites   0 Comments

Color spaces of #efaead

RGB 239174173
HSL0.000.670.81
HSV28°94°
CMYK 0.000.270.28   0.06
XYZ58.275551.640046.4312
Yxy51.64000.37270.3303
Hunter Lab71.861018.997511.9939
CIE-Lab77.065123.62629.9189

#efaead color RGB value is (239,174,173).

#efaead hex color red value is 239, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #efaead hue: 0.00 , saturation: 0.67 and the lightness value of efaead is 0.81.

The process color (four color CMYK) of #efaead color hex is 0.00, 0.27, 0.28, 0.06. Web safe color of #efaead is #ff9999. Color #efaead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10101101
Octal 357 256 255
Decimal 239 174 173
Hex EF AE AD

RGB Percentages of Color #efaead

%40.78
%29.69
%29.52

CMYK Percentages of Color #efaead

%0
%27
%28
%6

Triadic Colors of #efaead

#efaead #adefae #aeadef

Analogous Colors of #efaead

#efaead #efcfad #efadcd

Monochromatic Colors of #efaead

#efaead

Complementary Color

#efaead #adeeef

#efaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaead Color CSS Codes

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

#efaead Text Font Color

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

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


#efaead Background Color

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

This div background color is #efaead


#efaead Border Color

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

This div border color is #efaead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,174,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efaead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efaead;
  -webkit-box-shadow: 1px 1px 3px 2px #efaead;
  box-shadow:         1px 1px 3px 2px #efaead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,174,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaead


Comments

No comments written yet.

Please login to write comment.