Color Hex Logo

#efd65e Color Hex

#EFD65E
(239,214,94)
0 Favorites   0 Comments

Color spaces of #efd65e

RGB 23921494
HSL0.140.820.65
HSV50°61°94°
CMYK 0.000.100.61   0.06
XYZ61.663667.252020.3206
Yxy67.25200.41320.4506
Hunter Lab82.0073-9.293742.7136
CIE-Lab85.6310-5.218860.9323

#efd65e color RGB value is (239,214,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01011110
Octal 357 326 136
Decimal 239 214 94
Hex EF D6 5E

RGB Percentages of Color #efd65e

%43.69
%39.12
%17.18

CMYK Percentages of Color #efd65e

%0
%10
%61
%6

Triadic Colors of #efd65e

#efd65e #5eefd6 #d65eef

Analogous Colors of #efd65e

#efd65e #c0ef5e #ef8e5e

Monochromatic Colors of #efd65e

#efd65e

Complementary Color

#efd65e #5e77ef

#efd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd65e Color CSS Codes

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

#efd65e Text Font Color

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

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


#efd65e Background Color

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

This div background color is #efd65e


#efd65e Border Color

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

This div border color is #efd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd65e


Comments

No comments written yet.

Please login to write comment.