Color Hex Logo

#efbaad Color Hex

#EFBAAD
(239,186,173)
0 Favorites   0 Comments

Color spaces of #efbaad

RGB 239186173
HSL0.030.670.81
HSV12°28°94°
CMYK 0.000.220.28   0.06
XYZ60.698356.485747.2388
Yxy56.48570.36920.3435
Hunter Lab75.157012.635515.3440
CIE-Lab79.889417.259013.9207

#efbaad color RGB value is (239,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10101101
Octal 357 272 255
Decimal 239 186 173
Hex EF BA AD

RGB Percentages of Color #efbaad

%39.97
%31.10
%28.93

CMYK Percentages of Color #efbaad

%0
%22
%28
%6

Triadic Colors of #efbaad

#efbaad #adefba #baadef

Analogous Colors of #efbaad

#efbaad #efdbad #efadc1

Monochromatic Colors of #efbaad

#efbaad

Complementary Color

#efbaad #ade2ef

#efbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaad Color CSS Codes

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

#efbaad Text Font Color

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

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


#efbaad Background Color

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

This div background color is #efbaad


#efbaad Border Color

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

This div border color is #efbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaad


Comments

No comments written yet.

Please login to write comment.