Color Hex Logo

#efbe4d Color Hex

#EFBE4D
(239,190,77)
0 Favorites   0 Comments

Color spaces of #efbe4d

RGB 23919077
HSL0.120.840.62
HSV42°68°94°
CMYK 0.000.210.68   0.06
XYZ55.349655.713514.8577
Yxy55.71350.43960.4424
Hunter Lab74.64151.742240.4471
CIE-Lab79.45056.112961.6038

#efbe4d color RGB value is (239,190,77).

#efbe4d hex color red value is 239, green value is 190 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #efbe4d hue: 0.12 , saturation: 0.84 and the lightness value of efbe4d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 01001101
Octal 357 276 115
Decimal 239 190 77
Hex EF BE 4D

RGB Percentages of Color #efbe4d

%47.23
%37.55
%15.22

CMYK Percentages of Color #efbe4d

%0
%21
%68
%6

Triadic Colors of #efbe4d

#efbe4d #4defbe #be4def

Analogous Colors of #efbe4d

#efbe4d #cfef4d #ef6d4d

Monochromatic Colors of #efbe4d

#efbe4d

Complementary Color

#efbe4d #4d7eef

#efbe4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe4d Color CSS Codes

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

#efbe4d Text Font Color

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

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


#efbe4d Background Color

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

This div background color is #efbe4d


#efbe4d Border Color

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

This div border color is #efbe4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe4d


Comments

No comments written yet.

Please login to write comment.