color codes Logo

#efacad color codes

#EFACAD
(239,172,173)
0 Favorites   0 Comments

Color spaces of #efacad

RGB 239172173
HSL1.000.680.81
HSV359°28°94°
CMYK 0.000.280.28   0.06
XYZ57.892050.872946.3034
Yxy50.87290.37330.3281
Hunter Lab71.325220.062511.4374
CIE-Lab76.602024.68859.2586

#efacad color RGB value is (239,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 10101101
Octal 357 254 255
Decimal 239 172 173
Hex EF AC AD

RGB Percentages of Color #efacad

%40.92
%29.45
%29.62

CMYK Percentages of Color #efacad

%0
%28
%28
%6

Triadic Colors of #efacad

#efacad #adefac #acadef

Analogous Colors of #efacad

#efacad #efcdac #efaccf

Monochromatic Colors of #efacad

#efacad

Complementary Color

#efacad #acefee

#efacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacad Color CSS Codes

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

#efacad Text Font Color

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

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


#efacad Background Color

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

This div background color is #efacad


#efacad Border Color

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

This div border color is #efacad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,172,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 #efacad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacad


Comments

No comments written yet.

Please login to write comment.