Color Hex Logo

#efb5a1 Color Hex

#EFB5A1
(239,181,161)
0 Favorites   0 Comments

Color spaces of #efb5a1

RGB 239181161
HSL0.040.710.78
HSV15°33°94°
CMYK 0.000.240.33   0.06
XYZ58.553553.971741.0497
Yxy53.97170.38130.3514
Hunter Lab73.465413.703818.2968
CIE-Lab78.445218.351618.3547

#efb5a1 color RGB value is (239,181,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110101 10100001
Octal 357 265 241
Decimal 239 181 161
Hex EF B5 A1

RGB Percentages of Color #efb5a1

%41.14
%31.15
%27.71

CMYK Percentages of Color #efb5a1

%0
%24
%33
%6

Triadic Colors of #efb5a1

#efb5a1 #a1efb5 #b5a1ef

Analogous Colors of #efb5a1

#efb5a1 #efdca1 #efa1b4

Monochromatic Colors of #efb5a1

#efb5a1

Complementary Color

#efb5a1 #a1dbef

#efb5a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb5a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb5a1 Color CSS Codes

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

#efb5a1 Text Font Color

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

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


#efb5a1 Background Color

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

This div background color is #efb5a1


#efb5a1 Border Color

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

This div border color is #efb5a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb5a1

#efb5a1 Color Palettes


Comments

No comments written yet.

Please login to write comment.