Color Hex Logo

#efc997 Color Hex

#EFC997
(239,201,151)
1 Favorites   0 Comments

Color spaces of #efc997

RGB 239201151
HSL0.090.730.76
HSV34°37°94°
CMYK 0.000.160.37   0.06
XYZ62.069262.358438.0431
Yxy62.35840.38200.3838
Hunter Lab78.96732.110126.7137
CIE-Lab83.10366.622130.0037

#efc997 color RGB value is (239,201,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10010111
Octal 357 311 227
Decimal 239 201 151
Hex EF C9 97

RGB Percentages of Color #efc997

%40.44
%34.01
%25.55

CMYK Percentages of Color #efc997

%0
%16
%37
%6

Triadic Colors of #efc997

#efc997 #97efc9 #c997ef

Analogous Colors of #efc997

#efc997 #e9ef97 #ef9d97

Monochromatic Colors of #efc997

#efc997

Complementary Color

#efc997 #97bdef

#efc997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc997 Color CSS Codes

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

#efc997 Text Font Color

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

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


#efc997 Background Color

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

This div background color is #efc997


#efc997 Border Color

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

This div border color is #efc997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc997

#efc997 Color Palettes


Comments

No comments written yet.

Please login to write comment.