Color Hex Logo

#efebad Color Hex

#EFEBAD
(239,235,173)
0 Favorites   0 Comments

Color spaces of #efebad

RGB 239235173
HSL0.160.670.81
HSV56°28°94°
CMYK 0.000.020.28   0.06
XYZ72.847880.784551.2886
Yxy80.78450.35550.3942
Hunter Lab89.8802-12.616329.0833
CIE-Lab92.0357-8.095830.6539

#efebad color RGB value is (239,235,173).

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

The process color (four color CMYK) of #efebad color hex is 0.00, 0.02, 0.28, 0.06. Web safe color of #efebad is #ffff99. Color #efebad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10101101
Octal 357 353 255
Decimal 239 235 173
Hex EF EB AD

RGB Percentages of Color #efebad

%36.94
%36.32
%26.74

CMYK Percentages of Color #efebad

%0
%2
%28
%6

Triadic Colors of #efebad

#efebad #adefeb #ebadef

Analogous Colors of #efebad

#efebad #d2efad #efcaad

Monochromatic Colors of #efebad

#efebad

Complementary Color

#efebad #adb1ef

#efebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebad Color CSS Codes

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

#efebad Text Font Color

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

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


#efebad Background Color

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

This div background color is #efebad


#efebad Border Color

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

This div border color is #efebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebad


Comments

No comments written yet.

Please login to write comment.