Color Hex Logo

#efe896 Color Hex

#EFE896
(239,232,150)
0 Favorites   0 Comments

Color spaces of #efe896

RGB 239232150
HSL0.150.740.76
HSV55°37°94°
CMYK 0.000.030.37   0.06
XYZ69.958278.266040.2738
Yxy78.26600.37110.4152
Hunter Lab88.4681-13.666134.9367
CIE-Lab90.9011-9.337340.7466

#efe896 color RGB value is (239,232,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 10010110
Octal 357 350 226
Decimal 239 232 150
Hex EF E8 96

RGB Percentages of Color #efe896

%38.49
%37.36
%24.15

CMYK Percentages of Color #efe896

%0
%3
%37
%6

Triadic Colors of #efe896

#efe896 #96efe8 #e896ef

Analogous Colors of #efe896

#efe896 #caef96 #efbc96

Monochromatic Colors of #efe896

#efe896

Complementary Color

#efe896 #969def

#efe896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe896 Color CSS Codes

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

#efe896 Text Font Color

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

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


#efe896 Background Color

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

This div background color is #efe896


#efe896 Border Color

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

This div border color is #efe896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe896


Comments

No comments written yet.

Please login to write comment.