Color Hex Logo

#efbaa9 Color Hex

#EFBAA9
(239,186,169)
0 Favorites   0 Comments

Color spaces of #efbaa9

RGB 239186169
HSL0.040.690.80
HSV15°29°94°
CMYK 0.000.220.29   0.06
XYZ60.316956.333145.2304
Yxy56.33310.37260.3480
Hunter Lab75.055412.101416.8090
CIE-Lab79.803016.727815.9485

#efbaa9 color RGB value is (239,186,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10101001
Octal 357 272 251
Decimal 239 186 169
Hex EF BA A9

RGB Percentages of Color #efbaa9

%40.24
%31.31
%28.45

CMYK Percentages of Color #efbaa9

%0
%22
%29
%6

Triadic Colors of #efbaa9

#efbaa9 #a9efba #baa9ef

Analogous Colors of #efbaa9

#efbaa9 #efdda9 #efa9bb

Monochromatic Colors of #efbaa9

#efbaa9

Complementary Color

#efbaa9 #a9deef

#efbaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaa9 Color CSS Codes

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

#efbaa9 Text Font Color

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

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


#efbaa9 Background Color

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

This div background color is #efbaa9


#efbaa9 Border Color

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

This div border color is #efbaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaa9


Comments

No comments written yet.

Please login to write comment.