Color Hex Logo

#efeb4d Color Hex

#EFEB4D
(239,235,77)
0 Favorites   0 Comments

Color spaces of #efeb4d

RGB 23923577
HSL0.160.840.62
HSV59°68°94°
CMYK 0.000.020.68   0.06
XYZ66.644578.303218.6227
Yxy78.30320.40740.4787
Hunter Lab88.4891-20.420849.4647
CIE-Lab90.9181-16.653773.3242

#efeb4d color RGB value is (239,235,77).

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

The process color (four color CMYK) of #efeb4d color hex is 0.00, 0.02, 0.68, 0.06. Web safe color of #efeb4d is #ffff66. Color #efeb4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 01001101
Octal 357 353 115
Decimal 239 235 77
Hex EF EB 4D

RGB Percentages of Color #efeb4d

%43.38
%42.65
%13.97

CMYK Percentages of Color #efeb4d

%0
%2
%68
%6

Triadic Colors of #efeb4d

#efeb4d #4defeb #eb4def

Analogous Colors of #efeb4d

#efeb4d #a2ef4d #ef9a4d

Monochromatic Colors of #efeb4d

#efeb4d

Complementary Color

#efeb4d #4d51ef

#efeb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb4d Color CSS Codes

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

#efeb4d Text Font Color

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

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


#efeb4d Background Color

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

This div background color is #efeb4d


#efeb4d Border Color

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

This div border color is #efeb4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,235,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 #efeb4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb4d


Comments

No comments written yet.

Please login to write comment.