Color Hex Logo

#efdd96 Color Hex

#EFDD96
(239,221,150)
0 Favorites   0 Comments

Color spaces of #efdd96

RGB 239221150
HSL0.130.740.76
HSV48°37°94°
CMYK 0.000.080.37   0.06
XYZ66.958172.265639.2738
Yxy72.26560.37510.4049
Hunter Lab85.0092-8.169232.1147
CIE-Lab88.0963-3.795137.1088

#efdd96 color RGB value is (239,221,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10010110
Octal 357 335 226
Decimal 239 221 150
Hex EF DD 96

RGB Percentages of Color #efdd96

%39.18
%36.23
%24.59

CMYK Percentages of Color #efdd96

%0
%8
%37
%6

Triadic Colors of #efdd96

#efdd96 #96efdd #dd96ef

Analogous Colors of #efdd96

#efdd96 #d5ef96 #efb196

Monochromatic Colors of #efdd96

#efdd96

Complementary Color

#efdd96 #96a8ef

#efdd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd96 Color CSS Codes

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

#efdd96 Text Font Color

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

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


#efdd96 Background Color

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

This div background color is #efdd96


#efdd96 Border Color

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

This div border color is #efdd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd96


Comments

No comments written yet.

Please login to write comment.