Color Hex Logo

#efb46d Color Hex

#EFB46D
(239,180,109)
0 Favorites   0 Comments

Color spaces of #efb46d

RGB 239180109
HSL0.090.800.68
HSV33°54°94°
CMYK 0.000.250.54   0.06
XYZ54.678252.097421.6419
Yxy52.09740.42580.4057
Hunter Lab72.17858.908732.7475
CIE-Lab77.339013.518844.2103

#efb46d color RGB value is (239,180,109).

#efb46d hex color red value is 239, green value is 180 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efb46d hue: 0.09 , saturation: 0.80 and the lightness value of efb46d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 01101101
Octal 357 264 155
Decimal 239 180 109
Hex EF B4 6D

RGB Percentages of Color #efb46d

%45.27
%34.09
%20.64

CMYK Percentages of Color #efb46d

%0
%25
%54
%6

Triadic Colors of #efb46d

#efb46d #6defb4 #b46def

Analogous Colors of #efb46d

#efb46d #e9ef6d #ef736d

Monochromatic Colors of #efb46d

#efb46d

Complementary Color

#efb46d #6da8ef

#efb46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb46d Color CSS Codes

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

#efb46d Text Font Color

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

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


#efb46d Background Color

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

This div background color is #efb46d


#efb46d Border Color

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

This div border color is #efb46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb46d


Comments

No comments written yet.

Please login to write comment.