Color Hex Logo

#efa148 Color Hex

#EFA148
(239,161,72)
0 Favorites   0 Comments

Color spaces of #efa148

RGB 23916172
HSL0.090.840.61
HSV32°70°94°
CMYK 0.000.330.70   0.06
XYZ49.511244.308312.0737
Yxy44.30830.46760.4184
Hunter Lab66.564516.281935.8409
CIE-Lab72.434121.126356.3873

#efa148 color RGB value is (239,161,72).

#efa148 hex color red value is 239, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #efa148 hue: 0.09 , saturation: 0.84 and the lightness value of efa148 is 0.61.

The process color (four color CMYK) of #efa148 color hex is 0.00, 0.33, 0.70, 0.06. Web safe color of #efa148 is #ff9933. Color #efa148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01001000
Octal 357 241 110
Decimal 239 161 72
Hex EF A1 48

RGB Percentages of Color #efa148

%50.64
%34.11
%15.25

CMYK Percentages of Color #efa148

%0
%33
%70
%6

Triadic Colors of #efa148

#efa148 #48efa1 #a148ef

Analogous Colors of #efa148

#efa148 #eaef48 #ef4e48

Monochromatic Colors of #efa148

#efa148

Complementary Color

#efa148 #4896ef

#efa148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa148 Color CSS Codes

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

#efa148 Text Font Color

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

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


#efa148 Background Color

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

This div background color is #efa148


#efa148 Border Color

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

This div border color is #efa148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa148


Comments

No comments written yet.

Please login to write comment.