Color Hex Logo

#efd997 Color Hex

#EFD997
(239,217,151)
0 Favorites   0 Comments

Color spaces of #efd997

RGB 239217151
HSL0.130.730.76
HSV45°37°94°
CMYK 0.000.090.37   0.06
XYZ65.995470.210839.3519
Yxy70.21080.37590.3999
Hunter Lab83.7919-6.047330.8094
CIE-Lab87.1001-1.644035.2970

#efd997 color RGB value is (239,217,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 10010111
Octal 357 331 227
Decimal 239 217 151
Hex EF D9 97

RGB Percentages of Color #efd997

%39.37
%35.75
%24.88

CMYK Percentages of Color #efd997

%0
%9
%37
%6

Triadic Colors of #efd997

#efd997 #97efd9 #d997ef

Analogous Colors of #efd997

#efd997 #d9ef97 #efad97

Monochromatic Colors of #efd997

#efd997

Complementary Color

#efd997 #97adef

#efd997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd997 Color CSS Codes

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

#efd997 Text Font Color

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

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


#efd997 Background Color

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

This div background color is #efd997


#efd997 Border Color

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

This div border color is #efd997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd997


Comments

No comments written yet.

Please login to write comment.