Color Hex Logo

#efeba7 Color Hex

#EFEBA7
(239,235,167)
0 Favorites   0 Comments

Color spaces of #efeba7

RGB 239235167
HSL0.160.690.80
HSV57°30°94°
CMYK 0.000.020.30   0.06
XYZ72.280080.557448.2988
Yxy80.55740.35940.4005
Hunter Lab89.7538-13.320530.9222
CIE-Lab91.9344-8.850933.5637

#efeba7 color RGB value is (239,235,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10100111
Octal 357 353 247
Decimal 239 235 167
Hex EF EB A7

RGB Percentages of Color #efeba7

%37.29
%36.66
%26.05

CMYK Percentages of Color #efeba7

%0
%2
%30
%6

Triadic Colors of #efeba7

#efeba7 #a7efeb #eba7ef

Analogous Colors of #efeba7

#efeba7 #cfefa7 #efc7a7

Monochromatic Colors of #efeba7

#efeba7

Complementary Color

#efeba7 #a7abef

#efeba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeba7 Color CSS Codes

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

#efeba7 Text Font Color

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

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


#efeba7 Background Color

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

This div background color is #efeba7


#efeba7 Border Color

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

This div border color is #efeba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeba7


Comments

No comments written yet.

Please login to write comment.