Color Hex Logo

#efa15b Color Hex

#EFA15B
(239,161,91)
0 Favorites   0 Comments

Color spaces of #efa15b

RGB 23916191
HSL0.080.820.65
HSV28°62°94°
CMYK 0.000.330.62   0.06
XYZ50.229844.595815.8580
Yxy44.59580.45380.4029
Hunter Lab66.780117.396732.6667
CIE-Lab72.624922.240647.5749

#efa15b color RGB value is (239,161,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01011011
Octal 357 241 133
Decimal 239 161 91
Hex EF A1 5B

RGB Percentages of Color #efa15b

%48.68
%32.79
%18.53

CMYK Percentages of Color #efa15b

%0
%33
%62
%6

Triadic Colors of #efa15b

#efa15b #5befa1 #a15bef

Analogous Colors of #efa15b

#efa15b #efeb5b #ef5b5f

Monochromatic Colors of #efa15b

#efa15b

Complementary Color

#efa15b #5ba9ef

#efa15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa15b Color CSS Codes

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

#efa15b Text Font Color

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

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


#efa15b Background Color

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

This div background color is #efa15b


#efa15b Border Color

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

This div border color is #efa15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa15b


Comments

No comments written yet.

Please login to write comment.