Color Hex Logo

#efb9a1 Color Hex

#EFB9A1
(239,185,161)
0 Favorites   0 Comments

Color spaces of #efb9a1

RGB 239185161
HSL0.050.710.78
HSV18°33°94°
CMYK 0.000.230.33   0.06
XYZ59.378655.621941.3247
Yxy55.62190.37980.3558
Hunter Lab74.580111.601619.3536
CIE-Lab79.398116.233219.6758

#efb9a1 color RGB value is (239,185,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10100001
Octal 357 271 241
Decimal 239 185 161
Hex EF B9 A1

RGB Percentages of Color #efb9a1

%40.85
%31.62
%27.52

CMYK Percentages of Color #efb9a1

%0
%23
%33
%6

Triadic Colors of #efb9a1

#efb9a1 #a1efb9 #b9a1ef

Analogous Colors of #efb9a1

#efb9a1 #efe0a1 #efa1b0

Monochromatic Colors of #efb9a1

#efb9a1

Complementary Color

#efb9a1 #a1d7ef

#efb9a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb9a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb9a1 Color CSS Codes

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

#efb9a1 Text Font Color

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

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


#efb9a1 Background Color

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

This div background color is #efb9a1


#efb9a1 Border Color

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

This div border color is #efb9a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb9a1


Comments

No comments written yet.

Please login to write comment.