Color Hex Logo

#efb811 Color Hex

#EFB811
(239,184,17)
1 Favorites   0 Comments

Color spaces of #efb811

RGB 23918417
HSL0.130.870.50
HSV45°93°94°
CMYK 0.000.230.93   0.06
XYZ52.838352.67227.9122
Yxy52.67220.46590.4644
Hunter Lab72.57562.948744.3391
CIE-Lab77.68117.326978.0596

#efb811 color RGB value is (239,184,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 00010001
Octal 357 270 21
Decimal 239 184 17
Hex EF B8 11

RGB Percentages of Color #efb811

%54.32
%41.82
%3.86

CMYK Percentages of Color #efb811

%0
%23
%93
%6

Triadic Colors of #efb811

#efb811 #11efb8 #b811ef

Analogous Colors of #efb811

#efb811 #b7ef11 #ef4911

Monochromatic Colors of #efb811

#efb811

Complementary Color

#efb811 #1148ef

#efb811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb811 Color CSS Codes

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

#efb811 Text Font Color

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

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


#efb811 Background Color

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

This div background color is #efb811


#efb811 Border Color

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

This div border color is #efb811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb811


Comments

No comments written yet.

Please login to write comment.