Color Hex Logo

#efcbaf Color Hex

#EFCBAF
(239,203,175)
0 Favorites   0 Comments

Color spaces of #efcbaf

RGB 239203175
HSL0.070.670.81
HSV26°27°94°
CMYK 0.000.150.27   0.06
XYZ64.690464.157749.5316
Yxy64.15770.36270.3597
Hunter Lab80.09853.990619.4050
CIE-Lab84.04788.574918.6793

#efcbaf color RGB value is (239,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10101111
Octal 357 313 257
Decimal 239 203 175
Hex EF CB AF

RGB Percentages of Color #efcbaf

%38.74
%32.90
%28.36

CMYK Percentages of Color #efcbaf

%0
%15
%27
%6

Triadic Colors of #efcbaf

#efcbaf #afefcb #cbafef

Analogous Colors of #efcbaf

#efcbaf #efebaf #efafb3

Monochromatic Colors of #efcbaf

#efcbaf

Complementary Color

#efcbaf #afd3ef

#efcbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbaf Color CSS Codes

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

#efcbaf Text Font Color

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

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


#efcbaf Background Color

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

This div background color is #efcbaf


#efcbaf Border Color

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

This div border color is #efcbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,203,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efcbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbaf


Comments

No comments written yet.

Please login to write comment.