Color Hex Logo

#efc296 Color Hex

#EFC296
(239,194,150)
0 Favorites   0 Comments

Color spaces of #efc296

RGB 239194150
HSL0.080.740.76
HSV30°37°94°
CMYK 0.000.190.37   0.06
XYZ60.393459.136337.0855
Yxy59.13630.38560.3776
Hunter Lab76.90015.609525.2372
CIE-Lab81.366510.170428.2006

#efc296 color RGB value is (239,194,150).

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

The process color (four color CMYK) of #efc296 color hex is 0.00, 0.19, 0.37, 0.06. Web safe color of #efc296 is #ffcc99. Color #efc296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10010110
Octal 357 302 226
Decimal 239 194 150
Hex EF C2 96

RGB Percentages of Color #efc296

%40.99
%33.28
%25.73

CMYK Percentages of Color #efc296

%0
%19
%37
%6

Triadic Colors of #efc296

#efc296 #96efc2 #c296ef

Analogous Colors of #efc296

#efc296 #efef96 #ef9697

Monochromatic Colors of #efc296

#efc296

Complementary Color

#efc296 #96c3ef

#efc296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc296 Color CSS Codes

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

#efc296 Text Font Color

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

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


#efc296 Background Color

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

This div background color is #efc296


#efc296 Border Color

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

This div border color is #efc296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc296


Comments

No comments written yet.

Please login to write comment.