Color Hex Logo

#efada9 Color Hex

#EFADA9
(239,173,169)
0 Favorites   0 Comments

Color spaces of #efada9

RGB 239173169
HSL0.010.690.80
HSV29°94°
CMYK 0.000.280.29   0.06
XYZ57.701651.102444.3587
Yxy51.10240.37670.3336
Hunter Lab71.485918.980213.2493
CIE-Lab76.741023.624111.6341

#efada9 color RGB value is (239,173,169).

#efada9 hex color red value is 239, green value is 173 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #efada9 hue: 0.01 , saturation: 0.69 and the lightness value of efada9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10101001
Octal 357 255 251
Decimal 239 173 169
Hex EF AD A9

RGB Percentages of Color #efada9

%41.14
%29.78
%29.09

CMYK Percentages of Color #efada9

%0
%28
%29
%6

Triadic Colors of #efada9

#efada9 #a9efad #ada9ef

Analogous Colors of #efada9

#efada9 #efd0a9 #efa9c8

Monochromatic Colors of #efada9

#efada9

Complementary Color

#efada9 #a9ebef

#efada9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efada9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efada9 Color CSS Codes

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

#efada9 Text Font Color

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

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


#efada9 Background Color

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

This div background color is #efada9


#efada9 Border Color

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

This div border color is #efada9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efada9


Comments

No comments written yet.

Please login to write comment.