Color Hex Logo

#efa06d Color Hex

#EFA06D
(239,160,109)
0 Favorites   0 Comments

Color spaces of #efa06d

RGB 239160109
HSL0.070.800.68
HSV24°54°94°
CMYK 0.000.330.54   0.06
XYZ50.927744.596520.3918
Yxy44.59650.43940.3847
Hunter Lab66.780619.260228.6419
CIE-Lab72.625424.102338.3754

#efa06d color RGB value is (239,160,109).

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

The process color (four color CMYK) of #efa06d color hex is 0.00, 0.33, 0.54, 0.06. Web safe color of #efa06d is #ff9966. Color #efa06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01101101
Octal 357 240 155
Decimal 239 160 109
Hex EF A0 6D

RGB Percentages of Color #efa06d

%47.05
%31.50
%21.46

CMYK Percentages of Color #efa06d

%0
%33
%54
%6

Triadic Colors of #efa06d

#efa06d #6defa0 #a06def

Analogous Colors of #efa06d

#efa06d #efe16d #ef6d7b

Monochromatic Colors of #efa06d

#efa06d

Complementary Color

#efa06d #6dbcef

#efa06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa06d Color CSS Codes

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

#efa06d Text Font Color

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

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


#efa06d Background Color

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

This div background color is #efa06d


#efa06d Border Color

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

This div border color is #efa06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa06d


Comments

No comments written yet.

Please login to write comment.