Color Hex Logo

#efbe4e Color Hex

#EFBE4E
(239,190,78)
0 Favorites   0 Comments

Color spaces of #efbe4e

RGB 23919078
HSL0.120.830.62
HSV42°67°94°
CMYK 0.000.210.67   0.06
XYZ55.385255.727715.0451
Yxy55.72770.43900.4417
Hunter Lab74.65101.793840.3064
CIE-Lab79.45866.167461.1867

#efbe4e color RGB value is (239,190,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 01001110
Octal 357 276 116
Decimal 239 190 78
Hex EF BE 4E

RGB Percentages of Color #efbe4e

%47.14
%37.48
%15.38

CMYK Percentages of Color #efbe4e

%0
%21
%67
%6

Triadic Colors of #efbe4e

#efbe4e #4eefbe #be4eef

Analogous Colors of #efbe4e

#efbe4e #d0ef4e #ef6e4e

Monochromatic Colors of #efbe4e

#efbe4e

Complementary Color

#efbe4e #4e7fef

#efbe4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe4e Color CSS Codes

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

#efbe4e Text Font Color

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

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


#efbe4e Background Color

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

This div background color is #efbe4e


#efbe4e Border Color

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

This div border color is #efbe4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe4e


Comments

No comments written yet.

Please login to write comment.