Color Hex Logo

#efada6 Color Hex

#EFADA6
(239,173,166)
0 Favorites   0 Comments

Color spaces of #efada6

RGB 239173166
HSL0.020.700.79
HSV31°94°
CMYK 0.000.280.31   0.06
XYZ57.423150.991042.8921
Yxy50.99100.37950.3370
Hunter Lab71.408018.577714.3723
CIE-Lab76.673623.232513.1701

#efada6 color RGB value is (239,173,166).

#efada6 hex color red value is 239, green value is 173 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #efada6 hue: 0.02 , saturation: 0.70 and the lightness value of efada6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10100110
Octal 357 255 246
Decimal 239 173 166
Hex EF AD A6

RGB Percentages of Color #efada6

%41.35
%29.93
%28.72

CMYK Percentages of Color #efada6

%0
%28
%31
%6

Triadic Colors of #efada6

#efada6 #a6efad #ada6ef

Analogous Colors of #efada6

#efada6 #efd2a6 #efa6c4

Monochromatic Colors of #efada6

#efada6

Complementary Color

#efada6 #a6e8ef

#efada6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efada6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efada6 Color CSS Codes

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

#efada6 Text Font Color

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

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


#efada6 Background Color

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

This div background color is #efada6


#efada6 Border Color

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

This div border color is #efada6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efada6


Comments

No comments written yet.

Please login to write comment.