Color Hex Logo

#efecad Color Hex

#EFECAD
(239,236,173)
0 Favorites   0 Comments

Color spaces of #efecad

RGB 239236173
HSL0.160.670.81
HSV57°28°94°
CMYK 0.000.010.28   0.06
XYZ73.134981.358851.3844
Yxy81.35880.35520.3952
Hunter Lab90.1991-13.117829.3632
CIE-Lab92.2911-8.596330.9974

#efecad color RGB value is (239,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10101101
Octal 357 354 255
Decimal 239 236 173
Hex EF EC AD

RGB Percentages of Color #efecad

%36.88
%36.42
%26.70

CMYK Percentages of Color #efecad

%0
%1
%28
%6

Triadic Colors of #efecad

#efecad #adefec #ecadef

Analogous Colors of #efecad

#efecad #d1efad #efcbad

Monochromatic Colors of #efecad

#efecad

Complementary Color

#efecad #adb0ef

#efecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecad Color CSS Codes

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

#efecad Text Font Color

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

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


#efecad Background Color

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

This div background color is #efecad


#efecad Border Color

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

This div border color is #efecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecad


Comments

No comments written yet.

Please login to write comment.