Color Hex Logo

#efb83f Color Hex

#EFB83F
(239,184,63)
0 Favorites   0 Comments

Color spaces of #efb83f

RGB 23918463
HSL0.110.850.59
HSV41°74°94°
CMYK 0.000.230.74   0.06
XYZ53.634352.990612.1040
Yxy52.99060.45170.4463
Hunter Lab72.79464.126241.0977
CIE-Lab77.86948.569165.6783

#efb83f color RGB value is (239,184,63).

#efb83f hex color red value is 239, green value is 184 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #efb83f hue: 0.11 , saturation: 0.85 and the lightness value of efb83f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 00111111
Octal 357 270 77
Decimal 239 184 63
Hex EF B8 3F

RGB Percentages of Color #efb83f

%49.18
%37.86
%12.96

CMYK Percentages of Color #efb83f

%0
%23
%74
%6

Triadic Colors of #efb83f

#efb83f #3fefb8 #b83fef

Analogous Colors of #efb83f

#efb83f #ceef3f #ef603f

Monochromatic Colors of #efb83f

#efb83f

Complementary Color

#efb83f #3f76ef

#efb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb83f Color CSS Codes

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

#efb83f Text Font Color

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

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


#efb83f Background Color

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

This div background color is #efb83f


#efb83f Border Color

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

This div border color is #efb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb83f


Comments

No comments written yet.

Please login to write comment.