Color Hex Logo

#efaa2b Color Hex

#EFAA2B
(239,170,43)
0 Favorites   0 Comments

Color spaces of #efaa2b

RGB 23917043
HSL0.110.860.55
HSV39°82°94°
CMYK 0.000.290.82   0.06
XYZ50.407447.27468.7537
Yxy47.27460.47360.4442
Hunter Lab68.756510.539640.5811
CIE-Lab74.365115.216069.4827

#efaa2b color RGB value is (239,170,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00101011
Octal 357 252 53
Decimal 239 170 43
Hex EF AA 2B

RGB Percentages of Color #efaa2b

%52.88
%37.61
%9.51

CMYK Percentages of Color #efaa2b

%0
%29
%82
%6

Triadic Colors of #efaa2b

#efaa2b #2befaa #aa2bef

Analogous Colors of #efaa2b

#efaa2b #d2ef2b #ef482b

Monochromatic Colors of #efaa2b

#efaa2b

Complementary Color

#efaa2b #2b70ef

#efaa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa2b Color CSS Codes

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

#efaa2b Text Font Color

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

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


#efaa2b Background Color

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

This div background color is #efaa2b


#efaa2b Border Color

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

This div border color is #efaa2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,170,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 #efaa2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa2b

#efaa2b Color Palettes


Comments

No comments written yet.

Please login to write comment.