Color Hex Logo

#efd896 Color Hex

#EFD896
(239,216,150)
0 Favorites   0 Comments

Color spaces of #efd896

RGB 239216150
HSL0.120.740.76
HSV44°37°94°
CMYK 0.000.100.37   0.06
XYZ65.657569.664538.8402
Yxy69.66450.37700.4000
Hunter Lab83.4653-5.648130.8353
CIE-Lab86.8321-1.245335.4550

#efd896 color RGB value is (239,216,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10010110
Octal 357 330 226
Decimal 239 216 150
Hex EF D8 96

RGB Percentages of Color #efd896

%39.50
%35.70
%24.79

CMYK Percentages of Color #efd896

%0
%10
%37
%6

Triadic Colors of #efd896

#efd896 #96efd8 #d896ef

Analogous Colors of #efd896

#efd896 #daef96 #efac96

Monochromatic Colors of #efd896

#efd896

Complementary Color

#efd896 #96adef

#efd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd896 Color CSS Codes

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

#efd896 Text Font Color

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

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


#efd896 Background Color

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

This div background color is #efd896


#efd896 Border Color

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

This div border color is #efd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd896


Comments

No comments written yet.

Please login to write comment.