Color Hex Logo

#efada0 Color Hex

#EFADA0
(239,173,160)
0 Favorites   0 Comments

Color spaces of #efada0

RGB 239173160
HSL0.030.710.78
HSV10°33°94°
CMYK 0.000.280.33   0.06
XYZ56.885350.775940.0603
Yxy50.77590.38510.3437
Hunter Lab71.257217.798116.5476
CIE-Lab76.543122.471316.2454

#efada0 color RGB value is (239,173,160).

#efada0 hex color red value is 239, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #efada0 hue: 0.03 , saturation: 0.71 and the lightness value of efada0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10100000
Octal 357 255 240
Decimal 239 173 160
Hex EF AD A0

RGB Percentages of Color #efada0

%41.78
%30.24
%27.97

CMYK Percentages of Color #efada0

%0
%28
%33
%6

Triadic Colors of #efada0

#efada0 #a0efad #ada0ef

Analogous Colors of #efada0

#efada0 #efd5a0 #efa0bb

Monochromatic Colors of #efada0

#efada0

Complementary Color

#efada0 #a0e2ef

#efada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efada0 Color CSS Codes

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

#efada0 Text Font Color

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

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


#efada0 Background Color

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

This div background color is #efada0


#efada0 Border Color

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

This div border color is #efada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efada0


Comments

No comments written yet.

Please login to write comment.