Color Hex Logo

#efa154 Color Hex

#EFA154
(239,161,84)
0 Favorites   0 Comments

Color spaces of #efa154

RGB 23916184
HSL0.080.830.63
HSV30°65°94°
CMYK 0.000.330.65   0.06
XYZ49.941744.480614.3409
Yxy44.48060.45920.4090
Hunter Lab66.693816.950433.9367
CIE-Lab72.548621.795550.9119

#efa154 color RGB value is (239,161,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01010100
Octal 357 241 124
Decimal 239 161 84
Hex EF A1 54

RGB Percentages of Color #efa154

%49.38
%33.26
%17.36

CMYK Percentages of Color #efa154

%0
%33
%65
%6

Triadic Colors of #efa154

#efa154 #54efa1 #a154ef

Analogous Colors of #efa154

#efa154 #efef54 #ef5454

Monochromatic Colors of #efa154

#efa154

Complementary Color

#efa154 #54a2ef

#efa154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa154 Color CSS Codes

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

#efa154 Text Font Color

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

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


#efa154 Background Color

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

This div background color is #efa154


#efa154 Border Color

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

This div border color is #efa154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa154


Comments

No comments written yet.

Please login to write comment.