Color Hex Logo

#efd65f Color Hex

#EFD65F
(239,214,95)
0 Favorites   0 Comments

Color spaces of #efd65f

RGB 23921495
HSL0.140.820.65
HSV50°60°94°
CMYK 0.000.100.60   0.06
XYZ61.708767.270120.5585
Yxy67.27010.41270.4499
Hunter Lab82.0184-9.232942.5514
CIE-Lab85.6402-5.152660.5037

#efd65f color RGB value is (239,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01011111
Octal 357 326 137
Decimal 239 214 95
Hex EF D6 5F

RGB Percentages of Color #efd65f

%43.61
%39.05
%17.34

CMYK Percentages of Color #efd65f

%0
%10
%60
%6

Triadic Colors of #efd65f

#efd65f #5fefd6 #d65fef

Analogous Colors of #efd65f

#efd65f #c0ef5f #ef8e5f

Monochromatic Colors of #efd65f

#efd65f

Complementary Color

#efd65f #5f78ef

#efd65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd65f Color CSS Codes

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

#efd65f Text Font Color

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

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


#efd65f Background Color

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

This div background color is #efd65f


#efd65f Border Color

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

This div border color is #efd65f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,214,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 #efd65f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd65f


Comments

No comments written yet.

Please login to write comment.