Color Hex Logo

#efbfa9 Color Hex

#EFBFA9
(239,191,169)
0 Favorites   0 Comments

Color spaces of #efbfa9

RGB 239191169
HSL0.050.690.80
HSV19°29°94°
CMYK 0.000.200.29   0.06
XYZ61.388858.476945.5877
Yxy58.47690.37100.3534
Hunter Lab76.47029.473518.1834
CIE-Lab81.003214.084917.6259

#efbfa9 color RGB value is (239,191,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10101001
Octal 357 277 251
Decimal 239 191 169
Hex EF BF A9

RGB Percentages of Color #efbfa9

%39.90
%31.89
%28.21

CMYK Percentages of Color #efbfa9

%0
%20
%29
%6

Triadic Colors of #efbfa9

#efbfa9 #a9efbf #bfa9ef

Analogous Colors of #efbfa9

#efbfa9 #efe2a9 #efa9b6

Monochromatic Colors of #efbfa9

#efbfa9

Complementary Color

#efbfa9 #a9d9ef

#efbfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfa9 Color CSS Codes

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

#efbfa9 Text Font Color

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

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


#efbfa9 Background Color

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

This div background color is #efbfa9


#efbfa9 Border Color

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

This div border color is #efbfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfa9


Comments

No comments written yet.

Please login to write comment.