Color Hex Logo

#efa25c Color Hex

#EFA25C
(239,162,92)
0 Favorites   0 Comments

Color spaces of #efa25c

RGB 23916292
HSL0.080.820.65
HSV29°62°94°
CMYK 0.000.320.62   0.06
XYZ50.448744.964116.1452
Yxy44.96410.45220.4031
Hunter Lab67.055316.946832.6632
CIE-Lab72.868221.778347.3629

#efa25c color RGB value is (239,162,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 01011100
Octal 357 242 134
Decimal 239 162 92
Hex EF A2 5C

RGB Percentages of Color #efa25c

%48.48
%32.86
%18.66

CMYK Percentages of Color #efa25c

%0
%32
%62
%6

Triadic Colors of #efa25c

#efa25c #5cefa2 #a25cef

Analogous Colors of #efa25c

#efa25c #efec5c #ef5c60

Monochromatic Colors of #efa25c

#efa25c

Complementary Color

#efa25c #5ca9ef

#efa25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa25c Color CSS Codes

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

#efa25c Text Font Color

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

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


#efa25c Background Color

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

This div background color is #efa25c


#efa25c Border Color

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

This div border color is #efa25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa25c


Comments

No comments written yet.

Please login to write comment.