Color Hex Logo

#efaa6d Color Hex

#EFAA6D
(239,170,109)
0 Favorites   0 Comments

Color spaces of #efaa6d

RGB 239170109
HSL0.080.800.68
HSV28°54°94°
CMYK 0.000.290.54   0.06
XYZ52.731648.204320.9931
Yxy48.20430.43250.3953
Hunter Lab69.429314.069530.6732
CIE-Lab74.953618.806341.2757

#efaa6d color RGB value is (239,170,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 01101101
Octal 357 252 155
Decimal 239 170 109
Hex EF AA 6D

RGB Percentages of Color #efaa6d

%46.14
%32.82
%21.04

CMYK Percentages of Color #efaa6d

%0
%29
%54
%6

Triadic Colors of #efaa6d

#efaa6d #6defaa #aa6def

Analogous Colors of #efaa6d

#efaa6d #efeb6d #ef6d71

Monochromatic Colors of #efaa6d

#efaa6d

Complementary Color

#efaa6d #6db2ef

#efaa6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa6d Color CSS Codes

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

#efaa6d Text Font Color

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

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


#efaa6d Background Color

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

This div background color is #efaa6d


#efaa6d Border Color

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

This div border color is #efaa6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa6d


Comments

No comments written yet.

Please login to write comment.