Color Hex Logo

#efceaf Color Hex

#EFCEAF
(239,206,175)
0 Favorites   0 Comments

Color spaces of #efceaf

RGB 239206175
HSL0.080.670.81
HSV29°27°94°
CMYK 0.000.140.27   0.06
XYZ65.405865.588549.7700
Yxy65.58850.36180.3628
Hunter Lab80.98672.431920.2543
CIE-Lab84.78617.008019.7058

#efceaf color RGB value is (239,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10101111
Octal 357 316 257
Decimal 239 206 175
Hex EF CE AF

RGB Percentages of Color #efceaf

%38.55
%33.23
%28.23

CMYK Percentages of Color #efceaf

%0
%14
%27
%6

Triadic Colors of #efceaf

#efceaf #afefce #ceafef

Analogous Colors of #efceaf

#efceaf #efeeaf #efafb0

Monochromatic Colors of #efceaf

#efceaf

Complementary Color

#efceaf #afd0ef

#efceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efceaf Color CSS Codes

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

#efceaf Text Font Color

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

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


#efceaf Background Color

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

This div background color is #efceaf


#efceaf Border Color

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

This div border color is #efceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efceaf


Comments

No comments written yet.

Please login to write comment.