Color Hex Logo

#efab12 Color Hex

#EFAB12
(239,171,18)
0 Favorites   0 Comments

Color spaces of #efab12

RGB 23917118
HSL0.120.870.50
HSV42°92°94°
CMYK 0.000.280.92   0.06
XYZ50.268747.52027.0951
Yxy47.52020.47930.4531
Hunter Lab68.93499.529742.1520
CIE-Lab74.521314.171175.5897

#efab12 color RGB value is (239,171,18).

#efab12 hex color red value is 239, green value is 171 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #efab12 hue: 0.12 , saturation: 0.87 and the lightness value of efab12 is 0.50.

The process color (four color CMYK) of #efab12 color hex is 0.00, 0.28, 0.92, 0.06. Web safe color of #efab12 is #ff9900. Color #efab12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 00010010
Octal 357 253 22
Decimal 239 171 18
Hex EF AB 12

RGB Percentages of Color #efab12

%55.84
%39.95
%4.21

CMYK Percentages of Color #efab12

%0
%28
%92
%6

Triadic Colors of #efab12

#efab12 #12efab #ab12ef

Analogous Colors of #efab12

#efab12 #c5ef12 #ef3d12

Monochromatic Colors of #efab12

#efab12

Complementary Color

#efab12 #1256ef

#efab12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab12 Color CSS Codes

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

#efab12 Text Font Color

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

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


#efab12 Background Color

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

This div background color is #efab12


#efab12 Border Color

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

This div border color is #efab12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab12


Comments

No comments written yet.

Please login to write comment.