Color Hex Logo

#efaf74 Color Hex

#EFAF74
(239,175,116)
0 Favorites   0 Comments

Color spaces of #efaf74

RGB 239175116
HSL0.080.790.70
HSV29°51°94°
CMYK 0.000.270.51   0.06
XYZ54.079050.271623.3761
Yxy50.27160.42340.3936
Hunter Lab70.902512.066930.0842
CIE-Lab76.235716.750139.2701

#efaf74 color RGB value is (239,175,116).

#efaf74 hex color red value is 239, green value is 175 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #efaf74 hue: 0.08 , saturation: 0.79 and the lightness value of efaf74 is 0.70.

The process color (four color CMYK) of #efaf74 color hex is 0.00, 0.27, 0.51, 0.06. Web safe color of #efaf74 is #ff9966. Color #efaf74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01110100
Octal 357 257 164
Decimal 239 175 116
Hex EF AF 74

RGB Percentages of Color #efaf74

%45.09
%33.02
%21.89

CMYK Percentages of Color #efaf74

%0
%27
%51
%6

Triadic Colors of #efaf74

#efaf74 #74efaf #af74ef

Analogous Colors of #efaf74

#efaf74 #efed74 #ef7477

Monochromatic Colors of #efaf74

#efaf74

Complementary Color

#efaf74 #74b4ef

#efaf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf74 Color CSS Codes

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

#efaf74 Text Font Color

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

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


#efaf74 Background Color

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

This div background color is #efaf74


#efaf74 Border Color

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

This div border color is #efaf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf74


Comments

No comments written yet.

Please login to write comment.