Color Hex Logo

#efa23c Color Hex

#EFA23C
(239,162,60)
0 Favorites   0 Comments

Color spaces of #efa23c

RGB 23916260
HSL0.090.850.59
HSV34°75°94°
CMYK 0.000.320.75   0.06
XYZ49.332544.517610.2676
Yxy44.51760.47380.4276
Hunter Lab66.721515.216637.5811
CIE-Lab72.573120.042561.6791

#efa23c color RGB value is (239,162,60).

#efa23c hex color red value is 239, green value is 162 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #efa23c hue: 0.09 , saturation: 0.85 and the lightness value of efa23c is 0.59.

The process color (four color CMYK) of #efa23c color hex is 0.00, 0.32, 0.75, 0.06. Web safe color of #efa23c is #ff9933. Color #efa23c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 00111100
Octal 357 242 74
Decimal 239 162 60
Hex EF A2 3C

RGB Percentages of Color #efa23c

%51.84
%35.14
%13.02

CMYK Percentages of Color #efa23c

%0
%32
%75
%6

Triadic Colors of #efa23c

#efa23c #3cefa2 #a23cef

Analogous Colors of #efa23c

#efa23c #e3ef3c #ef493c

Monochromatic Colors of #efa23c

#efa23c

Complementary Color

#efa23c #3c89ef

#efa23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa23c Color CSS Codes

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

#efa23c Text Font Color

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

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


#efa23c Background Color

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

This div background color is #efa23c


#efa23c Border Color

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

This div border color is #efa23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa23c


Comments

No comments written yet.

Please login to write comment.