Color Hex Logo

#efca95 Color Hex

#EFCA95
(239,202,149)
1 Favorites   1 Comments

Color spaces of #efca95

RGB 239202149
HSL0.100.740.76
HSV35°38°94°
CMYK 0.000.150.38   0.06
XYZ62.141962.761737.2728
Yxy62.76170.38320.3870
Hunter Lab79.22231.376327.5606
CIE-Lab83.31685.872531.3285

#efca95 color RGB value is (239,202,149).

#efca95 hex color red value is 239, green value is 202 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #efca95 hue: 0.10 , saturation: 0.74 and the lightness value of efca95 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10010101
Octal 357 312 225
Decimal 239 202 149
Hex EF CA 95

RGB Percentages of Color #efca95

%40.51
%34.24
%25.25

CMYK Percentages of Color #efca95

%0
%15
%38
%6

Triadic Colors of #efca95

#efca95 #95efca #ca95ef

Analogous Colors of #efca95

#efca95 #e7ef95 #ef9d95

Monochromatic Colors of #efca95

#efca95

Complementary Color

#efca95 #95baef

#efca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca95 Color CSS Codes

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

#efca95 Text Font Color

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

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


#efca95 Background Color

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

This div background color is #efca95


#efca95 Border Color

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

This div border color is #efca95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca95


Comments

25 Apr 2015, 8:58 2angelgoats

Light tan on Caucasian skin :)

Please login to write comment.