Color Hex Logo

#efc995 Color Hex

#EFC995
(239,201,149)
0 Favorites   0 Comments

Color spaces of #efc995

RGB 239201149
HSL0.100.740.76
HSV35°38°94°
CMYK 0.000.160.38   0.06
XYZ61.908162.293937.1948
Yxy62.29390.38360.3860
Hunter Lab78.92651.889927.3076
CIE-Lab83.06956.393830.9997

#efc995 color RGB value is (239,201,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10010101
Octal 357 311 225
Decimal 239 201 149
Hex EF C9 95

RGB Percentages of Color #efc995

%40.58
%34.13
%25.30

CMYK Percentages of Color #efc995

%0
%16
%38
%6

Triadic Colors of #efc995

#efc995 #95efc9 #c995ef

Analogous Colors of #efc995

#efc995 #e8ef95 #ef9c95

Monochromatic Colors of #efc995

#efc995

Complementary Color

#efc995 #95bbef

#efc995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc995 Color CSS Codes

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

#efc995 Text Font Color

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

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


#efc995 Background Color

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

This div background color is #efc995


#efc995 Border Color

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

This div border color is #efc995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc995


Comments

No comments written yet.

Please login to write comment.