Color Hex Logo

#efcea4 Color Hex

#EFCEA4
(239,206,164)
0 Favorites   0 Comments

Color spaces of #efcea4

RGB 239206164
HSL0.090.700.79
HSV34°31°94°
CMYK 0.000.140.31   0.06
XYZ64.368865.173744.3091
Yxy65.17370.37030.3749
Hunter Lab80.73021.045923.9696
CIE-Lab84.57325.580425.1931

#efcea4 color RGB value is (239,206,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10100100
Octal 357 316 244
Decimal 239 206 164
Hex EF CE A4

RGB Percentages of Color #efcea4

%39.24
%33.83
%26.93

CMYK Percentages of Color #efcea4

%0
%14
%31
%6

Triadic Colors of #efcea4

#efcea4 #a4efce #cea4ef

Analogous Colors of #efcea4

#efcea4 #ebefa4 #efa9a4

Monochromatic Colors of #efcea4

#efcea4

Complementary Color

#efcea4 #a4c5ef

#efcea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcea4 Color CSS Codes

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

#efcea4 Text Font Color

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

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


#efcea4 Background Color

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

This div background color is #efcea4


#efcea4 Border Color

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

This div border color is #efcea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcea4


Comments

No comments written yet.

Please login to write comment.