Color Hex Logo

#efce5e Color Hex

#EFCE5E
(239,206,94)
0 Favorites   0 Comments

Color spaces of #efce5e

RGB 23920694
HSL0.130.820.65
HSV46°61°94°
CMYK 0.000.140.61   0.06
XYZ59.688363.301519.6622
Yxy63.30150.41840.4437
Hunter Lab79.5622-5.321641.0412
CIE-Lab83.6008-1.139658.6798

#efce5e color RGB value is (239,206,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 01011110
Octal 357 316 136
Decimal 239 206 94
Hex EF CE 5E

RGB Percentages of Color #efce5e

%44.34
%38.22
%17.44

CMYK Percentages of Color #efce5e

%0
%14
%61
%6

Triadic Colors of #efce5e

#efce5e #5eefce #ce5eef

Analogous Colors of #efce5e

#efce5e #c8ef5e #ef865e

Monochromatic Colors of #efce5e

#efce5e

Complementary Color

#efce5e #5e7fef

#efce5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce5e Color CSS Codes

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

#efce5e Text Font Color

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

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


#efce5e Background Color

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

This div background color is #efce5e


#efce5e Border Color

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

This div border color is #efce5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce5e


Comments

No comments written yet.

Please login to write comment.