Color Hex Logo

#efa954 Color Hex

#EFA954
(239,169,84)
0 Favorites   0 Comments

Color spaces of #efa954

RGB 23916984
HSL0.090.830.63
HSV33°65°94°
CMYK 0.000.290.65   0.06
XYZ51.384847.366714.8219
Yxy47.36670.45240.4171
Hunter Lab68.823512.830135.4077
CIE-Lab74.423717.562353.0197

#efa954 color RGB value is (239,169,84).

#efa954 hex color red value is 239, green value is 169 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #efa954 hue: 0.09 , saturation: 0.83 and the lightness value of efa954 is 0.63.

The process color (four color CMYK) of #efa954 color hex is 0.00, 0.29, 0.65, 0.06. Web safe color of #efa954 is #ff9966. Color #efa954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01010100
Octal 357 251 124
Decimal 239 169 84
Hex EF A9 54

RGB Percentages of Color #efa954

%48.58
%34.35
%17.07

CMYK Percentages of Color #efa954

%0
%29
%65
%6

Triadic Colors of #efa954

#efa954 #54efa9 #a954ef

Analogous Colors of #efa954

#efa954 #e8ef54 #ef5c54

Monochromatic Colors of #efa954

#efa954

Complementary Color

#efa954 #549aef

#efa954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa954 Color CSS Codes

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

#efa954 Text Font Color

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

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


#efa954 Background Color

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

This div background color is #efa954


#efa954 Border Color

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

This div border color is #efa954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa954


Comments

No comments written yet.

Please login to write comment.