Color Hex Logo

#efcc9f Color Hex

#EFCC9F
(239,204,159)
0 Favorites   0 Comments

Color spaces of #efcc9f

RGB 239204159
HSL0.090.710.78
HSV34°33°94°
CMYK 0.000.150.33   0.06
XYZ63.447564.039741.8177
Yxy64.03970.37480.3783
Hunter Lab80.02481.479925.0348
CIE-Lab83.98646.004527.0131

#efcc9f color RGB value is (239,204,159).

#efcc9f hex color red value is 239, green value is 204 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #efcc9f hue: 0.09 , saturation: 0.71 and the lightness value of efcc9f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10011111
Octal 357 314 237
Decimal 239 204 159
Hex EF CC 9F

RGB Percentages of Color #efcc9f

%39.70
%33.89
%26.41

CMYK Percentages of Color #efcc9f

%0
%15
%33
%6

Triadic Colors of #efcc9f

#efcc9f #9fefcc #cc9fef

Analogous Colors of #efcc9f

#efcc9f #eaef9f #efa49f

Monochromatic Colors of #efcc9f

#efcc9f

Complementary Color

#efcc9f #9fc2ef

#efcc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc9f Color CSS Codes

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

#efcc9f Text Font Color

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

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


#efcc9f Background Color

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

This div background color is #efcc9f


#efcc9f Border Color

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

This div border color is #efcc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc9f


Comments

No comments written yet.

Please login to write comment.