Color Hex Logo

#efd85f Color Hex

#EFD85F
(239,216,95)
0 Favorites   0 Comments

Color spaces of #efd85f

RGB 23921695
HSL0.140.820.65
HSV50°60°94°
CMYK 0.000.100.60   0.06
XYZ62.218068.288720.7283
Yxy68.28870.41140.4515
Hunter Lab82.6370-10.220742.9738
CIE-Lab86.1506-6.164961.0688

#efd85f color RGB value is (239,216,95).

#efd85f hex color red value is 239, green value is 216 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #efd85f hue: 0.14 , saturation: 0.82 and the lightness value of efd85f is 0.65.

The process color (four color CMYK) of #efd85f color hex is 0.00, 0.10, 0.60, 0.06. Web safe color of #efd85f is #ffcc66. Color #efd85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01011111
Octal 357 330 137
Decimal 239 216 95
Hex EF D8 5F

RGB Percentages of Color #efd85f

%43.45
%39.27
%17.27

CMYK Percentages of Color #efd85f

%0
%10
%60
%6

Triadic Colors of #efd85f

#efd85f #5fefd8 #d85fef

Analogous Colors of #efd85f

#efd85f #beef5f #ef905f

Monochromatic Colors of #efd85f

#efd85f

Complementary Color

#efd85f #5f76ef

#efd85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd85f Color CSS Codes

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

#efd85f Text Font Color

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

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


#efd85f Background Color

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

This div background color is #efd85f


#efd85f Border Color

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

This div border color is #efd85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd85f


Comments

No comments written yet.

Please login to write comment.