Color Hex Logo

#efd497 Color Hex

#EFD497
(239,212,151)
0 Favorites   0 Comments

Color spaces of #efd497

RGB 239212151
HSL0.120.730.76
HSV42°37°94°
CMYK 0.000.110.37   0.06
XYZ64.726067.672138.9287
Yxy67.67210.37780.3950
Hunter Lab82.2631-3.513429.5268
CIE-Lab85.84220.921033.6407

#efd497 color RGB value is (239,212,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 10010111
Octal 357 324 227
Decimal 239 212 151
Hex EF D4 97

RGB Percentages of Color #efd497

%39.70
%35.22
%25.08

CMYK Percentages of Color #efd497

%0
%11
%37
%6

Triadic Colors of #efd497

#efd497 #97efd4 #d497ef

Analogous Colors of #efd497

#efd497 #deef97 #efa897

Monochromatic Colors of #efd497

#efd497

Complementary Color

#efd497 #97b2ef

#efd497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd497 Color CSS Codes

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

#efd497 Text Font Color

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

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


#efd497 Background Color

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

This div background color is #efd497


#efd497 Border Color

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

This div border color is #efd497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd497


Comments

No comments written yet.

Please login to write comment.