Color Hex Logo

#efdea4 Color Hex

#EFDEA4
(239,222,164)
0 Favorites   0 Comments

Color spaces of #efdea4

RGB 239222164
HSL0.130.700.79
HSV46°31°94°
CMYK 0.000.070.31   0.06
XYZ68.418773.273645.6591
Yxy73.27360.36520.3911
Hunter Lab85.6000-7.127828.2947
CIE-Lab88.5780-2.660030.6079

#efdea4 color RGB value is (239,222,164).

#efdea4 hex color red value is 239, green value is 222 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #efdea4 hue: 0.13 , saturation: 0.70 and the lightness value of efdea4 is 0.79.

The process color (four color CMYK) of #efdea4 color hex is 0.00, 0.07, 0.31, 0.06. Web safe color of #efdea4 is #ffcc99. Color #efdea4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10100100
Octal 357 336 244
Decimal 239 222 164
Hex EF DE A4

RGB Percentages of Color #efdea4

%38.24
%35.52
%26.24

CMYK Percentages of Color #efdea4

%0
%7
%31
%6

Triadic Colors of #efdea4

#efdea4 #a4efde #dea4ef

Analogous Colors of #efdea4

#efdea4 #dbefa4 #efb9a4

Monochromatic Colors of #efdea4

#efdea4

Complementary Color

#efdea4 #a4b5ef

#efdea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdea4 Color CSS Codes

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

#efdea4 Text Font Color

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

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


#efdea4 Background Color

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

This div background color is #efdea4


#efdea4 Border Color

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

This div border color is #efdea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdea4


Comments

No comments written yet.

Please login to write comment.