Color Hex Logo

#efe196 Color Hex

#EFE196
(239,225,150)
0 Favorites   0 Comments

Color spaces of #efe196

RGB 239225150
HSL0.140.740.76
HSV51°37°94°
CMYK 0.000.060.37   0.06
XYZ68.026874.403239.6300
Yxy74.40320.37370.4087
Hunter Lab86.2573-10.176333.1399
CIE-Lab89.1127-5.821838.4322

#efe196 color RGB value is (239,225,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10010110
Octal 357 341 226
Decimal 239 225 150
Hex EF E1 96

RGB Percentages of Color #efe196

%38.93
%36.64
%24.43

CMYK Percentages of Color #efe196

%0
%6
%37
%6

Triadic Colors of #efe196

#efe196 #96efe1 #e196ef

Analogous Colors of #efe196

#efe196 #d1ef96 #efb596

Monochromatic Colors of #efe196

#efe196

Complementary Color

#efe196 #96a4ef

#efe196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe196 Color CSS Codes

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

#efe196 Text Font Color

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

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


#efe196 Background Color

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

This div background color is #efe196


#efe196 Border Color

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

This div border color is #efe196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe196


Comments

No comments written yet.

Please login to write comment.