Color Hex Logo

#efd54d Color Hex

#EFD54D
(239,213,77)
0 Favorites   0 Comments

Color spaces of #efd54d

RGB 23921377
HSL0.140.840.62
HSV50°68°94°
CMYK 0.000.110.68   0.06
XYZ60.730466.475016.6513
Yxy66.47500.42220.4621
Hunter Lab81.5322-9.723144.9638
CIE-Lab85.2381-5.719867.5956

#efd54d color RGB value is (239,213,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 01001101
Octal 357 325 115
Decimal 239 213 77
Hex EF D5 4D

RGB Percentages of Color #efd54d

%45.18
%40.26
%14.56

CMYK Percentages of Color #efd54d

%0
%11
%68
%6

Triadic Colors of #efd54d

#efd54d #4defd5 #d54def

Analogous Colors of #efd54d

#efd54d #b8ef4d #ef844d

Monochromatic Colors of #efd54d

#efd54d

Complementary Color

#efd54d #4d67ef

#efd54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd54d Color CSS Codes

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

#efd54d Text Font Color

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

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


#efd54d Background Color

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

This div background color is #efd54d


#efd54d Border Color

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

This div border color is #efd54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd54d


Comments

No comments written yet.

Please login to write comment.