Color Hex Logo

#efcdaf Color Hex

#EFCDAF
(239,205,175)
0 Favorites   0 Comments

Color spaces of #efcdaf

RGB 239205175
HSL0.080.670.81
HSV28°27°94°
CMYK 0.000.140.27   0.06
XYZ65.165865.108549.6900
Yxy65.10850.36210.3618
Hunter Lab80.68982.950919.9712
CIE-Lab84.53967.529819.3635

#efcdaf color RGB value is (239,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 10101111
Octal 357 315 257
Decimal 239 205 175
Hex EF CD AF

RGB Percentages of Color #efcdaf

%38.61
%33.12
%28.27

CMYK Percentages of Color #efcdaf

%0
%14
%27
%6

Triadic Colors of #efcdaf

#efcdaf #afefcd #cdafef

Analogous Colors of #efcdaf

#efcdaf #efedaf #efafb1

Monochromatic Colors of #efcdaf

#efcdaf

Complementary Color

#efcdaf #afd1ef

#efcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdaf Color CSS Codes

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

#efcdaf Text Font Color

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

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


#efcdaf Background Color

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

This div background color is #efcdaf


#efcdaf Border Color

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

This div border color is #efcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdaf


Comments

No comments written yet.

Please login to write comment.