Color Hex Logo

#efa23b Color Hex

#EFA23B
(239,162,59)
0 Favorites   0 Comments

Color spaces of #efa23b

RGB 23916259
HSL0.100.850.58
HSV34°75°94°
CMYK 0.000.320.75   0.06
XYZ49.306444.507210.1297
Yxy44.50720.47440.4282
Hunter Lab66.713715.175837.6971
CIE-Lab72.566220.001362.0766

#efa23b color RGB value is (239,162,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 00111011
Octal 357 242 73
Decimal 239 162 59
Hex EF A2 3B

RGB Percentages of Color #efa23b

%51.96
%35.22
%12.83

CMYK Percentages of Color #efa23b

%0
%32
%75
%6

Triadic Colors of #efa23b

#efa23b #3befa2 #a23bef

Analogous Colors of #efa23b

#efa23b #e2ef3b #ef483b

Monochromatic Colors of #efa23b

#efa23b

Complementary Color

#efa23b #3b88ef

#efa23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa23b Color CSS Codes

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

#efa23b Text Font Color

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

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


#efa23b Background Color

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

This div background color is #efa23b


#efa23b Border Color

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

This div border color is #efa23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa23b


Comments

No comments written yet.

Please login to write comment.