Color Hex Logo

#efccaf Color Hex

#EFCCAF
(239,204,175)
0 Favorites   0 Comments

Color spaces of #efccaf

RGB 239204175
HSL0.080.670.81
HSV27°27°94°
CMYK 0.000.150.27   0.06
XYZ64.927364.631649.6105
Yxy64.63160.36240.3607
Hunter Lab80.39383.470319.6882
CIE-Lab84.29358.051919.0214

#efccaf color RGB value is (239,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10101111
Octal 357 314 257
Decimal 239 204 175
Hex EF CC AF

RGB Percentages of Color #efccaf

%38.67
%33.01
%28.32

CMYK Percentages of Color #efccaf

%0
%15
%27
%6

Triadic Colors of #efccaf

#efccaf #afefcc #ccafef

Analogous Colors of #efccaf

#efccaf #efecaf #efafb2

Monochromatic Colors of #efccaf

#efccaf

Complementary Color

#efccaf #afd2ef

#efccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccaf Color CSS Codes

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

#efccaf Text Font Color

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

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


#efccaf Background Color

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

This div background color is #efccaf


#efccaf Border Color

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

This div border color is #efccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccaf


Comments

No comments written yet.

Please login to write comment.