Color Hex Logo

#efd29d Color Hex

#EFD29D
(239,210,157)
0 Favorites   0 Comments

Color spaces of #efd29d

RGB 239210157
HSL0.110.720.78
HSV39°34°94°
CMYK 0.000.120.34   0.06
XYZ64.729066.878241.3955
Yxy66.87820.37420.3866
Hunter Lab81.7791-1.828827.2335
CIE-Lab85.44242.651230.0143

#efd29d color RGB value is (239,210,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10011101
Octal 357 322 235
Decimal 239 210 157
Hex EF D2 9D

RGB Percentages of Color #efd29d

%39.44
%34.65
%25.91

CMYK Percentages of Color #efd29d

%0
%12
%34
%6

Triadic Colors of #efd29d

#efd29d #9defd2 #d29def

Analogous Colors of #efd29d

#efd29d #e3ef9d #efa99d

Monochromatic Colors of #efd29d

#efd29d

Complementary Color

#efd29d #9dbaef

#efd29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd29d Color CSS Codes

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

#efd29d Text Font Color

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

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


#efd29d Background Color

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

This div background color is #efd29d


#efd29d Border Color

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

This div border color is #efd29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd29d


Comments

No comments written yet.

Please login to write comment.