Color Hex Logo

#efa15d Color Hex

#EFA15D
(239,161,93)
0 Favorites   0 Comments

Color spaces of #efa15d

RGB 23916193
HSL0.080.820.65
HSV28°61°94°
CMYK 0.000.330.61   0.06
XYZ50.317344.630816.3185
Yxy44.63080.45220.4011
Hunter Lab66.806317.532032.2819
CIE-Lab72.648122.375346.6060

#efa15d color RGB value is (239,161,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01011101
Octal 357 241 135
Decimal 239 161 93
Hex EF A1 5D

RGB Percentages of Color #efa15d

%48.48
%32.66
%18.86

CMYK Percentages of Color #efa15d

%0
%33
%61
%6

Triadic Colors of #efa15d

#efa15d #5defa1 #a15def

Analogous Colors of #efa15d

#efa15d #efea5d #ef5d62

Monochromatic Colors of #efa15d

#efa15d

Complementary Color

#efa15d #5dabef

#efa15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa15d Color CSS Codes

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

#efa15d Text Font Color

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

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


#efa15d Background Color

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

This div background color is #efa15d


#efa15d Border Color

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

This div border color is #efa15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa15d


Comments

No comments written yet.

Please login to write comment.