Color Hex Logo

#efaf1f Color Hex

#EFAF1F
(239,175,31)
0 Favorites   0 Comments

Color spaces of #efaf1f

RGB 23917531
HSL0.120.870.53
HSV42°87°94°
CMYK 0.000.270.87   0.06
XYZ51.173949.10968.0783
Yxy49.10960.47230.4532
Hunter Lab70.07827.710842.2201
CIE-Lab75.519512.281273.7527

#efaf1f color RGB value is (239,175,31).

#efaf1f hex color red value is 239, green value is 175 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #efaf1f hue: 0.12 , saturation: 0.87 and the lightness value of efaf1f is 0.53.

The process color (four color CMYK) of #efaf1f color hex is 0.00, 0.27, 0.87, 0.06. Web safe color of #efaf1f is #ff9933. Color #efaf1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 00011111
Octal 357 257 37
Decimal 239 175 31
Hex EF AF 1F

RGB Percentages of Color #efaf1f

%53.71
%39.33
%6.97

CMYK Percentages of Color #efaf1f

%0
%27
%87
%6

Triadic Colors of #efaf1f

#efaf1f #1fefaf #af1fef

Analogous Colors of #efaf1f

#efaf1f #c7ef1f #ef471f

Monochromatic Colors of #efaf1f

#efaf1f

Complementary Color

#efaf1f #1f5fef

#efaf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf1f Color CSS Codes

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

#efaf1f Text Font Color

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

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


#efaf1f Background Color

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

This div background color is #efaf1f


#efaf1f Border Color

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

This div border color is #efaf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf1f


Comments

No comments written yet.

Please login to write comment.