Color Hex Logo

#efad7c Color Hex

#EFAD7C
(239,173,124)
0 Favorites   0 Comments

Color spaces of #efad7c

RGB 239173124
HSL0.070.780.71
HSV26°48°94°
CMYK 0.000.280.48   0.06
XYZ54.178349.693125.8050
Yxy49.69310.41780.3832
Hunter Lab70.493313.824527.6415
CIE-Lab75.880518.534434.6458

#efad7c color RGB value is (239,173,124).

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

The process color (four color CMYK) of #efad7c color hex is 0.00, 0.28, 0.48, 0.06. Web safe color of #efad7c is #ff9966. Color #efad7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 01111100
Octal 357 255 174
Decimal 239 173 124
Hex EF AD 7C

RGB Percentages of Color #efad7c

%44.59
%32.28
%23.13

CMYK Percentages of Color #efad7c

%0
%28
%48
%6

Triadic Colors of #efad7c

#efad7c #7cefad #ad7cef

Analogous Colors of #efad7c

#efad7c #efe77c #ef7c85

Monochromatic Colors of #efad7c

#efad7c

Complementary Color

#efad7c #7cbeef

#efad7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad7c Color CSS Codes

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

#efad7c Text Font Color

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

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


#efad7c Background Color

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

This div background color is #efad7c


#efad7c Border Color

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

This div border color is #efad7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad7c


Comments

No comments written yet.

Please login to write comment.