Color Hex Logo

#efe7a7 Color Hex

#EFE7A7
(239,231,167)
0 Favorites   0 Comments

Color spaces of #efe7a7

RGB 239231167
HSL0.150.690.80
HSV53°30°94°
CMYK 0.000.030.30   0.06
XYZ71.147678.292647.9213
Yxy78.29260.36050.3967
Hunter Lab88.4831-11.316929.8275
CIE-Lab90.9133-6.845432.2016

#efe7a7 color RGB value is (239,231,167).

#efe7a7 hex color red value is 239, green value is 231 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #efe7a7 hue: 0.15 , saturation: 0.69 and the lightness value of efe7a7 is 0.80.

The process color (four color CMYK) of #efe7a7 color hex is 0.00, 0.03, 0.30, 0.06. Web safe color of #efe7a7 is #ffff99. Color #efe7a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 10100111
Octal 357 347 247
Decimal 239 231 167
Hex EF E7 A7

RGB Percentages of Color #efe7a7

%37.52
%36.26
%26.22

CMYK Percentages of Color #efe7a7

%0
%3
%30
%6

Triadic Colors of #efe7a7

#efe7a7 #a7efe7 #e7a7ef

Analogous Colors of #efe7a7

#efe7a7 #d3efa7 #efc3a7

Monochromatic Colors of #efe7a7

#efe7a7

Complementary Color

#efe7a7 #a7afef

#efe7a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe7a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe7a7 Color CSS Codes

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

#efe7a7 Text Font Color

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

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


#efe7a7 Background Color

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

This div background color is #efe7a7


#efe7a7 Border Color

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

This div border color is #efe7a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe7a7


Comments

No comments written yet.

Please login to write comment.