Color Hex Logo

#efad70 Color Hex

#EFAD70
(239,173,112)
0 Favorites   0 Comments

Color spaces of #efad70

RGB 239173112
HSL0.080.800.69
HSV29°53°94°
CMYK 0.000.280.53   0.06
XYZ53.464849.407722.0480
Yxy49.40770.42800.3955
Hunter Lab70.290612.763030.6060
CIE-Lab75.704317.466140.6662

#efad70 color RGB value is (239,173,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 01110000
Octal 357 255 160
Decimal 239 173 112
Hex EF AD 70

RGB Percentages of Color #efad70

%45.61
%33.02
%21.37

CMYK Percentages of Color #efad70

%0
%28
%53
%6

Triadic Colors of #efad70

#efad70 #70efad #ad70ef

Analogous Colors of #efad70

#efad70 #efed70 #ef7073

Monochromatic Colors of #efad70

#efad70

Complementary Color

#efad70 #70b2ef

#efad70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad70 Color CSS Codes

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

#efad70 Text Font Color

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

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


#efad70 Background Color

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

This div background color is #efad70


#efad70 Border Color

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

This div border color is #efad70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad70


Comments

No comments written yet.

Please login to write comment.