Color Hex Logo

#efbcad Color Hex

#EFBCAD
(239,188,173)
0 Favorites   0 Comments

Color spaces of #efbcad

RGB 239188173
HSL0.040.670.81
HSV14°28°94°
CMYK 0.000.210.28   0.06
XYZ61.122657.334347.3803
Yxy57.33430.36860.3457
Hunter Lab75.719411.580715.9038
CIE-Lab80.367316.200414.5935

#efbcad color RGB value is (239,188,173).

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

The process color (four color CMYK) of #efbcad color hex is 0.00, 0.21, 0.28, 0.06. Web safe color of #efbcad is #ffcc99. Color #efbcad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10101101
Octal 357 274 255
Decimal 239 188 173
Hex EF BC AD

RGB Percentages of Color #efbcad

%39.83
%31.33
%28.83

CMYK Percentages of Color #efbcad

%0
%21
%28
%6

Triadic Colors of #efbcad

#efbcad #adefbc #bcadef

Analogous Colors of #efbcad

#efbcad #efddad #efadbf

Monochromatic Colors of #efbcad

#efbcad

Complementary Color

#efbcad #ade0ef

#efbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcad Color CSS Codes

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

#efbcad Text Font Color

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

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


#efbcad Background Color

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

This div background color is #efbcad


#efbcad Border Color

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

This div border color is #efbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcad


Comments

No comments written yet.

Please login to write comment.