Color Hex Logo

#efe697 Color Hex

#EFE697
(239,230,151)
0 Favorites   0 Comments

Color spaces of #efe697

RGB 239230151
HSL0.150.730.76
HSV54°37°94°
CMYK 0.000.040.37   0.06
XYZ69.479377.178740.5132
Yxy77.17870.37120.4123
Hunter Lab87.8514-12.569134.1540
CIE-Lab90.4038-8.226039.6052

#efe697 color RGB value is (239,230,151).

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

The process color (four color CMYK) of #efe697 color hex is 0.00, 0.04, 0.37, 0.06. Web safe color of #efe697 is #ffff99. Color #efe697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 10010111
Octal 357 346 227
Decimal 239 230 151
Hex EF E6 97

RGB Percentages of Color #efe697

%38.55
%37.10
%24.35

CMYK Percentages of Color #efe697

%0
%4
%37
%6

Triadic Colors of #efe697

#efe697 #97efe6 #e697ef

Analogous Colors of #efe697

#efe697 #ccef97 #efba97

Monochromatic Colors of #efe697

#efe697

Complementary Color

#efe697 #97a0ef

#efe697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe697 Color CSS Codes

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

#efe697 Text Font Color

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

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


#efe697 Background Color

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

This div background color is #efe697


#efe697 Border Color

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

This div border color is #efe697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe697


Comments

No comments written yet.

Please login to write comment.