Color Hex Logo

#efadaf Color Hex

#EFADAF
(239,173,175)
0 Favorites   0 Comments

Color spaces of #efadaf

RGB 239173175
HSL0.990.670.81
HSV358°28°94°
CMYK 0.000.280.27   0.06
XYZ58.278051.333047.3941
Yxy51.33300.37120.3270
Hunter Lab71.647119.810310.9330
CIE-Lab76.880324.42878.5667

#efadaf color RGB value is (239,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10101111
Octal 357 255 257
Decimal 239 173 175
Hex EF AD AF

RGB Percentages of Color #efadaf

%40.72
%29.47
%29.81

CMYK Percentages of Color #efadaf

%0
%28
%27
%6

Triadic Colors of #efadaf

#efadaf #afefad #adafef

Analogous Colors of #efadaf

#efadaf #efccad #efadd0

Monochromatic Colors of #efadaf

#efadaf

Complementary Color

#efadaf #adefed

#efadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadaf Color CSS Codes

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

#efadaf Text Font Color

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

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


#efadaf Background Color

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

This div background color is #efadaf


#efadaf Border Color

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

This div border color is #efadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadaf


Comments

No comments written yet.

Please login to write comment.