Color Hex Logo

#efc47d Color Hex

#EFC47D
(239,196,125)
0 Favorites   0 Comments

Color spaces of #efc47d

RGB 239196125
HSL0.100.780.71
HSV37°48°94°
CMYK 0.000.180.48   0.06
XYZ59.038259.311227.7386
Yxy59.31120.40410.4060
Hunter Lab77.01382.062732.5547
CIE-Lab81.46246.517541.2525

#efc47d color RGB value is (239,196,125).

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

The process color (four color CMYK) of #efc47d color hex is 0.00, 0.18, 0.48, 0.06. Web safe color of #efc47d is #ffcc66. Color #efc47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 01111101
Octal 357 304 175
Decimal 239 196 125
Hex EF C4 7D

RGB Percentages of Color #efc47d

%42.68
%35.00
%22.32

CMYK Percentages of Color #efc47d

%0
%18
%48
%6

Triadic Colors of #efc47d

#efc47d #7defc4 #c47def

Analogous Colors of #efc47d

#efc47d #e1ef7d #ef8b7d

Monochromatic Colors of #efc47d

#efc47d

Complementary Color

#efc47d #7da8ef

#efc47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc47d Color CSS Codes

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

#efc47d Text Font Color

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

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


#efc47d Background Color

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

This div background color is #efc47d


#efc47d Border Color

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

This div border color is #efc47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc47d


Comments

No comments written yet.

Please login to write comment.