Color Hex Logo

#efaa34 Color Hex

#EFAA34
(239,170,52)
0 Favorites   0 Comments

Color spaces of #efaa34

RGB 23917052
HSL0.110.850.57
HSV38°78°94°
CMYK 0.000.290.78   0.06
XYZ50.591247.34819.7215
Yxy47.34810.46990.4398
Hunter Lab68.810010.821339.7905
CIE-Lab74.411915.505566.4928

#efaa34 color RGB value is (239,170,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00110100
Octal 357 252 64
Decimal 239 170 52
Hex EF AA 34

RGB Percentages of Color #efaa34

%51.84
%36.88
%11.28

CMYK Percentages of Color #efaa34

%0
%29
%78
%6

Triadic Colors of #efaa34

#efaa34 #34efaa #aa34ef

Analogous Colors of #efaa34

#efaa34 #d7ef34 #ef4c34

Monochromatic Colors of #efaa34

#efaa34

Complementary Color

#efaa34 #3479ef

#efaa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa34 Color CSS Codes

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

#efaa34 Text Font Color

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

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


#efaa34 Background Color

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

This div background color is #efaa34


#efaa34 Border Color

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

This div border color is #efaa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa34


Comments

No comments written yet.

Please login to write comment.