Color Hex Logo

#efd17f Color Hex

#EFD17F
(239,209,127)
0 Favorites   0 Comments

Color spaces of #efd17f

RGB 239209127
HSL0.120.780.72
HSV44°47°94°
CMYK 0.000.130.47   0.06
XYZ62.227865.484029.4386
Yxy65.48400.39600.4167
Hunter Lab80.9222-4.350335.0765
CIE-Lab84.7325-0.029744.3518

#efd17f color RGB value is (239,209,127).

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

The process color (four color CMYK) of #efd17f color hex is 0.00, 0.13, 0.47, 0.06. Web safe color of #efd17f is #ffcc66. Color #efd17f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 01111111
Octal 357 321 177
Decimal 239 209 127
Hex EF D1 7F

RGB Percentages of Color #efd17f

%41.57
%36.35
%22.09

CMYK Percentages of Color #efd17f

%0
%13
%47
%6

Triadic Colors of #efd17f

#efd17f #7fefd1 #d17fef

Analogous Colors of #efd17f

#efd17f #d5ef7f #ef997f

Monochromatic Colors of #efd17f

#efd17f

Complementary Color

#efd17f #7f9def

#efd17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd17f Color CSS Codes

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

#efd17f Text Font Color

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

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


#efd17f Background Color

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

This div background color is #efd17f


#efd17f Border Color

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

This div border color is #efd17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd17f


Comments

No comments written yet.

Please login to write comment.