Color Hex Logo

#efb928 Color Hex

#EFB928
(239,185,40)
0 Favorites   0 Comments

Color spaces of #efb928

RGB 23918540
HSL0.120.860.55
HSV44°83°94°
CMYK 0.000.230.83   0.06
XYZ53.328653.20189.4657
Yxy53.20180.45970.4587
Hunter Lab72.93962.863243.3634
CIE-Lab77.99407.245873.4599

#efb928 color RGB value is (239,185,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 00101000
Octal 357 271 50
Decimal 239 185 40
Hex EF B9 28

RGB Percentages of Color #efb928

%51.51
%39.87
%8.62

CMYK Percentages of Color #efb928

%0
%23
%83
%6

Triadic Colors of #efb928

#efb928 #28efb9 #b928ef

Analogous Colors of #efb928

#efb928 #c2ef28 #ef5628

Monochromatic Colors of #efb928

#efb928

Complementary Color

#efb928 #285eef

#efb928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb928 Color CSS Codes

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

#efb928 Text Font Color

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

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


#efb928 Background Color

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

This div background color is #efb928


#efb928 Border Color

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

This div border color is #efb928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb928


Comments

No comments written yet.

Please login to write comment.