Color Hex Logo

#efaf46 Color Hex

#EFAF46
(239,175,70)
0 Favorites   0 Comments

Color spaces of #efaf46

RGB 23917570
HSL0.100.840.61
HSV37°71°94°
CMYK 0.000.270.71   0.06
XYZ52.032149.452912.5973
Yxy49.45290.45610.4335
Hunter Lab70.32289.008138.6050
CIE-Lab75.732213.625460.7044

#efaf46 color RGB value is (239,175,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 01000110
Octal 357 257 106
Decimal 239 175 70
Hex EF AF 46

RGB Percentages of Color #efaf46

%49.38
%36.16
%14.46

CMYK Percentages of Color #efaf46

%0
%27
%71
%6

Triadic Colors of #efaf46

#efaf46 #46efaf #af46ef

Analogous Colors of #efaf46

#efaf46 #dbef46 #ef5b46

Monochromatic Colors of #efaf46

#efaf46

Complementary Color

#efaf46 #4686ef

#efaf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf46 Color CSS Codes

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

#efaf46 Text Font Color

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

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


#efaf46 Background Color

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

This div background color is #efaf46


#efaf46 Border Color

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

This div border color is #efaf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf46


Comments

No comments written yet.

Please login to write comment.