Color Hex Logo

#efce7e Color Hex

#EFCE7E
(239,206,126)
0 Favorites   0 Comments

Color spaces of #efce7e

RGB 239206126
HSL0.120.780.72
HSV42°47°94°
CMYK 0.000.140.47   0.06
XYZ61.433863.999728.8539
Yxy63.99970.39820.4148
Hunter Lab79.9998-2.925234.6155
CIE-Lab83.96561.421543.8915

#efce7e color RGB value is (239,206,126).

#efce7e hex color red value is 239, green value is 206 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #efce7e hue: 0.12 , saturation: 0.78 and the lightness value of efce7e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 01111110
Octal 357 316 176
Decimal 239 206 126
Hex EF CE 7E

RGB Percentages of Color #efce7e

%41.86
%36.08
%22.07

CMYK Percentages of Color #efce7e

%0
%14
%47
%6

Triadic Colors of #efce7e

#efce7e #7eefce #ce7eef

Analogous Colors of #efce7e

#efce7e #d8ef7e #ef967e

Monochromatic Colors of #efce7e

#efce7e

Complementary Color

#efce7e #7e9fef

#efce7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce7e Color CSS Codes

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

#efce7e Text Font Color

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

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


#efce7e Background Color

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

This div background color is #efce7e


#efce7e Border Color

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

This div border color is #efce7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce7e


Comments

No comments written yet.

Please login to write comment.