Color Hex Logo

#efbfa0 Color Hex

#EFBFA0
(239,191,160)
0 Favorites   0 Comments

Color spaces of #efbfa0

RGB 239191160
HSL0.070.710.78
HSV24°33°94°
CMYK 0.000.200.33   0.06
XYZ60.572658.150441.2893
Yxy58.15040.37850.3634
Hunter Lab76.25648.338821.2767
CIE-Lab80.822312.940522.1727

#efbfa0 color RGB value is (239,191,160).

#efbfa0 hex color red value is 239, green value is 191 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #efbfa0 hue: 0.07 , saturation: 0.71 and the lightness value of efbfa0 is 0.78.

The process color (four color CMYK) of #efbfa0 color hex is 0.00, 0.20, 0.33, 0.06. Web safe color of #efbfa0 is #ffcc99. Color #efbfa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10100000
Octal 357 277 240
Decimal 239 191 160
Hex EF BF A0

RGB Percentages of Color #efbfa0

%40.51
%32.37
%27.12

CMYK Percentages of Color #efbfa0

%0
%20
%33
%6

Triadic Colors of #efbfa0

#efbfa0 #a0efbf #bfa0ef

Analogous Colors of #efbfa0

#efbfa0 #efe7a0 #efa0a9

Monochromatic Colors of #efbfa0

#efbfa0

Complementary Color

#efbfa0 #a0d0ef

#efbfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfa0 Color CSS Codes

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

#efbfa0 Text Font Color

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

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


#efbfa0 Background Color

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

This div background color is #efbfa0


#efbfa0 Border Color

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

This div border color is #efbfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfa0


Comments

No comments written yet.

Please login to write comment.