Color Hex Logo

#efcbad Color Hex

#EFCBAD
(239,203,173)
0 Favorites   0 Comments

Color spaces of #efcbad

RGB 239203173
HSL0.080.670.81
HSV27°28°94°
CMYK 0.000.150.28   0.06
XYZ64.495464.079748.5045
Yxy64.07970.36420.3619
Hunter Lab80.04983.728720.1093
CIE-Lab84.00728.307419.6800

#efcbad color RGB value is (239,203,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10101101
Octal 357 313 255
Decimal 239 203 173
Hex EF CB AD

RGB Percentages of Color #efcbad

%38.86
%33.01
%28.13

CMYK Percentages of Color #efcbad

%0
%15
%28
%6

Triadic Colors of #efcbad

#efcbad #adefcb #cbadef

Analogous Colors of #efcbad

#efcbad #efecad #efadb0

Monochromatic Colors of #efcbad

#efcbad

Complementary Color

#efcbad #add1ef

#efcbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbad Color CSS Codes

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

#efcbad Text Font Color

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

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


#efcbad Background Color

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

This div background color is #efcbad


#efcbad Border Color

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

This div border color is #efcbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbad


Comments

No comments written yet.

Please login to write comment.