Color Hex Logo

#efad84 Color Hex

#EFAD84
(239,173,132)
0 Favorites   0 Comments

Color spaces of #efad84

RGB 239173132
HSL0.060.770.73
HSV23°45°94°
CMYK 0.000.280.45   0.06
XYZ54.705049.903828.5789
Yxy49.90380.41070.3747
Hunter Lab70.642614.604225.4637
CIE-Lab76.010219.314630.5846

#efad84 color RGB value is (239,173,132).

#efad84 hex color red value is 239, green value is 173 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #efad84 hue: 0.06 , saturation: 0.77 and the lightness value of efad84 is 0.73.

The process color (four color CMYK) of #efad84 color hex is 0.00, 0.28, 0.45, 0.06. Web safe color of #efad84 is #ff9999. Color #efad84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10000100
Octal 357 255 204
Decimal 239 173 132
Hex EF AD 84

RGB Percentages of Color #efad84

%43.93
%31.80
%24.26

CMYK Percentages of Color #efad84

%0
%28
%45
%6

Triadic Colors of #efad84

#efad84 #84efad #ad84ef

Analogous Colors of #efad84

#efad84 #efe384 #ef8491

Monochromatic Colors of #efad84

#efad84

Complementary Color

#efad84 #84c6ef

#efad84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad84 Color CSS Codes

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

#efad84 Text Font Color

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

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


#efad84 Background Color

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

This div background color is #efad84


#efad84 Border Color

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

This div border color is #efad84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad84


Comments

No comments written yet.

Please login to write comment.