Color Hex Logo

#efbd2e Color Hex

#EFBD2E
(239,189,46)
0 Favorites   0 Comments

Color spaces of #efbd2e

RGB 23918946
HSL0.120.860.56
HSV44°81°94°
CMYK 0.000.210.81   0.06
XYZ54.287354.943210.3286
Yxy54.94320.45410.4595
Hunter Lab74.12371.014843.6249
CIE-Lab79.00855.329372.5947

#efbd2e color RGB value is (239,189,46).

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

The process color (four color CMYK) of #efbd2e color hex is 0.00, 0.21, 0.81, 0.06. Web safe color of #efbd2e is #ffcc33. Color #efbd2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00101110
Octal 357 275 56
Decimal 239 189 46
Hex EF BD 2E

RGB Percentages of Color #efbd2e

%50.42
%39.87
%9.70

CMYK Percentages of Color #efbd2e

%0
%21
%81
%6

Triadic Colors of #efbd2e

#efbd2e #2eefbd #bd2eef

Analogous Colors of #efbd2e

#efbd2e #c1ef2e #ef5d2e

Monochromatic Colors of #efbd2e

#efbd2e

Complementary Color

#efbd2e #2e60ef

#efbd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd2e Color CSS Codes

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

#efbd2e Text Font Color

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

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


#efbd2e Background Color

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

This div background color is #efbd2e


#efbd2e Border Color

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

This div border color is #efbd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd2e


Comments

No comments written yet.

Please login to write comment.