Color Hex Logo

#efcf9d Color Hex

#EFCF9D
(239,207,157)
0 Favorites   0 Comments

Color spaces of #efcf9d

RGB 239207157
HSL0.100.720.78
HSV37°34°94°
CMYK 0.000.130.34   0.06
XYZ63.995265.410741.1509
Yxy65.41070.37520.3835
Hunter Lab80.8769-0.293426.4465
CIE-Lab84.69494.204429.0115

#efcf9d color RGB value is (239,207,157).

#efcf9d hex color red value is 239, green value is 207 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #efcf9d hue: 0.10 , saturation: 0.72 and the lightness value of efcf9d is 0.78.

The process color (four color CMYK) of #efcf9d color hex is 0.00, 0.13, 0.34, 0.06. Web safe color of #efcf9d is #ffcc99. Color #efcf9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10011101
Octal 357 317 235
Decimal 239 207 157
Hex EF CF 9D

RGB Percentages of Color #efcf9d

%39.64
%34.33
%26.04

CMYK Percentages of Color #efcf9d

%0
%13
%34
%6

Triadic Colors of #efcf9d

#efcf9d #9defcf #cf9def

Analogous Colors of #efcf9d

#efcf9d #e6ef9d #efa69d

Monochromatic Colors of #efcf9d

#efcf9d

Complementary Color

#efcf9d #9dbdef

#efcf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf9d Color CSS Codes

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

#efcf9d Text Font Color

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

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


#efcf9d Background Color

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

This div background color is #efcf9d


#efcf9d Border Color

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

This div border color is #efcf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf9d


Comments

No comments written yet.

Please login to write comment.