Color Hex Logo

#efca9e Color Hex

#EFCA9E
(239,202,158)
0 Favorites   0 Comments

Color spaces of #efca9e

RGB 239202158
HSL0.090.720.78
HSV33°34°94°
CMYK 0.000.150.34   0.06
XYZ62.888763.060441.2050
Yxy63.06040.37620.3773
Hunter Lab79.41062.393424.8227
CIE-Lab83.47416.925926.8433

#efca9e color RGB value is (239,202,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10011110
Octal 357 312 236
Decimal 239 202 158
Hex EF CA 9E

RGB Percentages of Color #efca9e

%39.90
%33.72
%26.38

CMYK Percentages of Color #efca9e

%0
%15
%34
%6

Triadic Colors of #efca9e

#efca9e #9eefca #ca9eef

Analogous Colors of #efca9e

#efca9e #ecef9e #efa29e

Monochromatic Colors of #efca9e

#efca9e

Complementary Color

#efca9e #9ec3ef

#efca9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca9e Color CSS Codes

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

#efca9e Text Font Color

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

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


#efca9e Background Color

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

This div background color is #efca9e


#efca9e Border Color

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

This div border color is #efca9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca9e


Comments

No comments written yet.

Please login to write comment.