Color Hex Logo

#efbd4f Color Hex

#EFBD4F
(239,189,79)
0 Favorites   0 Comments

Color spaces of #efbd4f

RGB 23918979
HSL0.110.830.62
HSV41°67°94°
CMYK 0.000.210.67   0.06
XYZ55.205555.310415.1635
Yxy55.31040.43930.4401
Hunter Lab74.37102.351239.9710
CIE-Lab79.21976.744960.5043

#efbd4f color RGB value is (239,189,79).

#efbd4f hex color red value is 239, green value is 189 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #efbd4f hue: 0.11 , saturation: 0.83 and the lightness value of efbd4f is 0.62.

The process color (four color CMYK) of #efbd4f color hex is 0.00, 0.21, 0.67, 0.06. Web safe color of #efbd4f is #ffcc66. Color #efbd4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01001111
Octal 357 275 117
Decimal 239 189 79
Hex EF BD 4F

RGB Percentages of Color #efbd4f

%47.14
%37.28
%15.58

CMYK Percentages of Color #efbd4f

%0
%21
%67
%6

Triadic Colors of #efbd4f

#efbd4f #4fefbd #bd4fef

Analogous Colors of #efbd4f

#efbd4f #d1ef4f #ef6d4f

Monochromatic Colors of #efbd4f

#efbd4f

Complementary Color

#efbd4f #4f81ef

#efbd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd4f Color CSS Codes

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

#efbd4f Text Font Color

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

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


#efbd4f Background Color

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

This div background color is #efbd4f


#efbd4f Border Color

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

This div border color is #efbd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd4f


Comments

No comments written yet.

Please login to write comment.