Color Hex Logo

#efa32b Color Hex

#EFA32B
(239,163,43)
0 Favorites   0 Comments

Color spaces of #efa32b

RGB 23916343
HSL0.100.860.55
HSV37°82°94°
CMYK 0.000.320.82   0.06
XYZ49.129844.71958.3278
Yxy44.71950.48080.4377
Hunter Lab66.872614.112739.4273
CIE-Lab72.706818.915168.0469

#efa32b color RGB value is (239,163,43).

#efa32b hex color red value is 239, green value is 163 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #efa32b hue: 0.10 , saturation: 0.86 and the lightness value of efa32b is 0.55.

The process color (four color CMYK) of #efa32b color hex is 0.00, 0.32, 0.82, 0.06. Web safe color of #efa32b is #ff9933. Color #efa32b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 00101011
Octal 357 243 53
Decimal 239 163 43
Hex EF A3 2B

RGB Percentages of Color #efa32b

%53.71
%36.63
%9.66

CMYK Percentages of Color #efa32b

%0
%32
%82
%6

Triadic Colors of #efa32b

#efa32b #2befa3 #a32bef

Analogous Colors of #efa32b

#efa32b #d9ef2b #ef412b

Monochromatic Colors of #efa32b

#efa32b

Complementary Color

#efa32b #2b77ef

#efa32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa32b Color CSS Codes

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

#efa32b Text Font Color

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

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


#efa32b Background Color

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

This div background color is #efa32b


#efa32b Border Color

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

This div border color is #efa32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa32b


Comments

No comments written yet.

Please login to write comment.