Color Hex Logo

#efaf4f Color Hex

#EFAF4F
(239,175,79)
0 Favorites   0 Comments

Color spaces of #efaf4f

RGB 23917579
HSL0.100.830.62
HSV36°67°94°
CMYK 0.000.270.67   0.06
XYZ52.337949.575214.2076
Yxy49.57520.45070.4269
Hunter Lab70.40979.468237.3229
CIE-Lab75.807814.099556.8475

#efaf4f color RGB value is (239,175,79).

#efaf4f hex color red value is 239, green value is 175 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #efaf4f hue: 0.10 , saturation: 0.83 and the lightness value of efaf4f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01001111
Octal 357 257 117
Decimal 239 175 79
Hex EF AF 4F

RGB Percentages of Color #efaf4f

%48.48
%35.50
%16.02

CMYK Percentages of Color #efaf4f

%0
%27
%67
%6

Triadic Colors of #efaf4f

#efaf4f #4fefaf #af4fef

Analogous Colors of #efaf4f

#efaf4f #dfef4f #ef5f4f

Monochromatic Colors of #efaf4f

#efaf4f

Complementary Color

#efaf4f #4f8fef

#efaf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf4f Color CSS Codes

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

#efaf4f Text Font Color

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

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


#efaf4f Background Color

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

This div background color is #efaf4f


#efaf4f Border Color

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

This div border color is #efaf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf4f


Comments

No comments written yet.

Please login to write comment.