Color Hex Logo

#efb72f Color Hex

#EFB72F
(239,183,47)
0 Favorites   0 Comments

Color spaces of #efb72f

RGB 23918347
HSL0.120.860.56
HSV43°80°94°
CMYK 0.000.230.80   0.06
XYZ53.043252.422910.0123
Yxy52.42290.45930.4540
Hunter Lab72.40374.063442.4837
CIE-Lab77.53308.495770.9915

#efb72f color RGB value is (239,183,47).

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

The process color (four color CMYK) of #efb72f color hex is 0.00, 0.23, 0.80, 0.06. Web safe color of #efb72f is #ffcc33. Color #efb72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 00101111
Octal 357 267 57
Decimal 239 183 47
Hex EF B7 2F

RGB Percentages of Color #efb72f

%50.96
%39.02
%10.02

CMYK Percentages of Color #efb72f

%0
%23
%80
%6

Triadic Colors of #efb72f

#efb72f #2fefb7 #b72fef

Analogous Colors of #efb72f

#efb72f #c7ef2f #ef572f

Monochromatic Colors of #efb72f

#efb72f

Complementary Color

#efb72f #2f67ef

#efb72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb72f Color CSS Codes

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

#efb72f Text Font Color

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

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


#efb72f Background Color

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

This div background color is #efb72f


#efb72f Border Color

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

This div border color is #efb72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb72f


Comments

No comments written yet.

Please login to write comment.