Color Hex Logo

#efb712 Color Hex

#EFB712
(239,183,18)
0 Favorites   0 Comments

Color spaces of #efb712

RGB 23918318
HSL0.120.870.50
HSV45°92°94°
CMYK 0.000.230.92   0.06
XYZ52.639352.26147.8853
Yxy52.26140.46670.4634
Hunter Lab72.29203.463344.1373
CIE-Lab77.43697.862777.7333

#efb712 color RGB value is (239,183,18).

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

The process color (four color CMYK) of #efb712 color hex is 0.00, 0.23, 0.92, 0.06. Web safe color of #efb712 is #ffcc00. Color #efb712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 00010010
Octal 357 267 22
Decimal 239 183 18
Hex EF B7 12

RGB Percentages of Color #efb712

%54.32
%41.59
%4.09

CMYK Percentages of Color #efb712

%0
%23
%92
%6

Triadic Colors of #efb712

#efb712 #12efb7 #b712ef

Analogous Colors of #efb712

#efb712 #b9ef12 #ef4912

Monochromatic Colors of #efb712

#efb712

Complementary Color

#efb712 #124aef

#efb712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb712 Color CSS Codes

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

#efb712 Text Font Color

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

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


#efb712 Background Color

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

This div background color is #efb712


#efb712 Border Color

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

This div border color is #efb712


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,183,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 #efb712">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb712


Comments

No comments written yet.

Please login to write comment.