Color Hex Logo

#efde5e Color Hex

#EFDE5E
(239,222,94)
0 Favorites   0 Comments

Color spaces of #efde5e

RGB 23922294
HSL0.150.820.65
HSV53°61°94°
CMYK 0.000.070.61   0.06
XYZ63.738371.401421.0122
Yxy71.40140.40820.4573
Hunter Lab84.4993-13.230444.4061
CIE-Lab87.6797-9.248063.1822

#efde5e color RGB value is (239,222,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 01011110
Octal 357 336 136
Decimal 239 222 94
Hex EF DE 5E

RGB Percentages of Color #efde5e

%43.06
%40.00
%16.94

CMYK Percentages of Color #efde5e

%0
%7
%61
%6

Triadic Colors of #efde5e

#efde5e #5eefde #de5eef

Analogous Colors of #efde5e

#efde5e #b8ef5e #ef965e

Monochromatic Colors of #efde5e

#efde5e

Complementary Color

#efde5e #5e6fef

#efde5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde5e Color CSS Codes

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

#efde5e Text Font Color

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

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


#efde5e Background Color

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

This div background color is #efde5e


#efde5e Border Color

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

This div border color is #efde5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde5e


Comments

No comments written yet.

Please login to write comment.