Color Hex Logo

#efb49d Color Hex

#EFB49D
(239,180,157)
0 Favorites   0 Comments

Color spaces of #efb49d

RGB 239180157
HSL0.050.720.78
HSV17°34°94°
CMYK 0.000.250.34   0.06
XYZ58.003753.427639.1537
Yxy53.42760.38520.3548
Hunter Lab73.094213.733419.4066
CIE-Lab78.126818.388420.0653

#efb49d color RGB value is (239,180,157).

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

The process color (four color CMYK) of #efb49d color hex is 0.00, 0.25, 0.34, 0.06. Web safe color of #efb49d is #ffcc99. Color #efb49d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 10011101
Octal 357 264 235
Decimal 239 180 157
Hex EF B4 9D

RGB Percentages of Color #efb49d

%41.49
%31.25
%27.26

CMYK Percentages of Color #efb49d

%0
%25
%34
%6

Triadic Colors of #efb49d

#efb49d #9defb4 #b49def

Analogous Colors of #efb49d

#efb49d #efdd9d #ef9daf

Monochromatic Colors of #efb49d

#efb49d

Complementary Color

#efb49d #9dd8ef

#efb49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb49d Color CSS Codes

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

#efb49d Text Font Color

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

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


#efb49d Background Color

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

This div background color is #efb49d


#efb49d Border Color

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

This div border color is #efb49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb49d


Comments

No comments written yet.

Please login to write comment.