Color Hex Logo

#efcf8d Color Hex

#EFCF8D
(239,207,141)
0 Favorites   0 Comments

Color spaces of #efcf8d

RGB 239207141
HSL0.110.750.75
HSV40°41°94°
CMYK 0.000.130.41   0.06
XYZ62.717164.899534.4206
Yxy64.89950.38710.4005
Hunter Lab80.5602-2.016031.0596
CIE-Lab84.43192.401036.9149

#efcf8d color RGB value is (239,207,141).

#efcf8d hex color red value is 239, green value is 207 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efcf8d hue: 0.11 , saturation: 0.75 and the lightness value of efcf8d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10001101
Octal 357 317 215
Decimal 239 207 141
Hex EF CF 8D

RGB Percentages of Color #efcf8d

%40.72
%35.26
%24.02

CMYK Percentages of Color #efcf8d

%0
%13
%41
%6

Triadic Colors of #efcf8d

#efcf8d #8defcf #cf8def

Analogous Colors of #efcf8d

#efcf8d #deef8d #ef9e8d

Monochromatic Colors of #efcf8d

#efcf8d

Complementary Color

#efcf8d #8dadef

#efcf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf8d Color CSS Codes

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

#efcf8d Text Font Color

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

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


#efcf8d Background Color

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

This div background color is #efcf8d


#efcf8d Border Color

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

This div border color is #efcf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf8d


Comments

No comments written yet.

Please login to write comment.