Color Hex Logo

#efd29e Color Hex

#EFD29E
(239,210,158)
0 Favorites   0 Comments

Color spaces of #efd29e

RGB 239210158
HSL0.110.720.78
HSV39°34°94°
CMYK 0.000.120.34   0.06
XYZ64.814866.912541.8471
Yxy66.91250.37340.3855
Hunter Lab81.8001-1.714526.9286
CIE-Lab85.45972.770729.5192

#efd29e color RGB value is (239,210,158).

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

The process color (four color CMYK) of #efd29e color hex is 0.00, 0.12, 0.34, 0.06. Web safe color of #efd29e is #ffcc99. Color #efd29e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10011110
Octal 357 322 236
Decimal 239 210 158
Hex EF D2 9E

RGB Percentages of Color #efd29e

%39.37
%34.60
%26.03

CMYK Percentages of Color #efd29e

%0
%12
%34
%6

Triadic Colors of #efd29e

#efd29e #9eefd2 #d29eef

Analogous Colors of #efd29e

#efd29e #e4ef9e #efaa9e

Monochromatic Colors of #efd29e

#efd29e

Complementary Color

#efd29e #9ebbef

#efd29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd29e Color CSS Codes

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

#efd29e Text Font Color

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

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


#efd29e Background Color

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

This div background color is #efd29e


#efd29e Border Color

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

This div border color is #efd29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd29e


Comments

No comments written yet.

Please login to write comment.