Color Hex Logo

#efe54d Color Hex

#EFE54D
(239,229,77)
0 Favorites   0 Comments

Color spaces of #efe54d

RGB 23922977
HSL0.160.840.62
HSV56°68°94°
CMYK 0.000.040.68   0.06
XYZ64.955574.925218.0597
Yxy74.92520.41130.4744
Hunter Lab86.5593-17.529648.2213
CIE-Lab89.3579-13.713771.7645

#efe54d color RGB value is (239,229,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 01001101
Octal 357 345 115
Decimal 239 229 77
Hex EF E5 4D

RGB Percentages of Color #efe54d

%43.85
%42.02
%14.13

CMYK Percentages of Color #efe54d

%0
%4
%68
%6

Triadic Colors of #efe54d

#efe54d #4defe5 #e54def

Analogous Colors of #efe54d

#efe54d #a8ef4d #ef944d

Monochromatic Colors of #efe54d

#efe54d

Complementary Color

#efe54d #4d57ef

#efe54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe54d Color CSS Codes

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

#efe54d Text Font Color

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

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


#efe54d Background Color

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

This div background color is #efe54d


#efe54d Border Color

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

This div border color is #efe54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe54d


Comments

No comments written yet.

Please login to write comment.