Color Hex Logo

#efb47d Color Hex

#EFB47D
(239,180,125)
0 Favorites   0 Comments

Color spaces of #efb47d

RGB 239180125
HSL0.080.780.71
HSV29°48°94°
CMYK 0.000.250.48   0.06
XYZ55.619552.473926.5990
Yxy52.47390.41290.3896
Hunter Lab72.438910.286628.9364
CIE-Lab77.563414.924636.2907

#efb47d color RGB value is (239,180,125).

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

The process color (four color CMYK) of #efb47d color hex is 0.00, 0.25, 0.48, 0.06. Web safe color of #efb47d is #ffcc66. Color #efb47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 01111101
Octal 357 264 175
Decimal 239 180 125
Hex EF B4 7D

RGB Percentages of Color #efb47d

%43.93
%33.09
%22.98

CMYK Percentages of Color #efb47d

%0
%25
%48
%6

Triadic Colors of #efb47d

#efb47d #7defb4 #b47def

Analogous Colors of #efb47d

#efb47d #efed7d #ef7d7f

Monochromatic Colors of #efb47d

#efb47d

Complementary Color

#efb47d #7db8ef

#efb47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb47d Color CSS Codes

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

#efb47d Text Font Color

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

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


#efb47d Background Color

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

This div background color is #efb47d


#efb47d Border Color

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

This div border color is #efb47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb47d


Comments

No comments written yet.

Please login to write comment.