Color Hex Logo

#efdd4c Color Hex

#EFDD4C
(239,221,76)
0 Favorites   0 Comments

Color spaces of #efdd4c

RGB 23922176
HSL0.150.840.62
HSV53°68°94°
CMYK 0.000.080.68   0.06
XYZ62.757670.585417.1541
Yxy70.58540.41700.4690
Hunter Lab84.0151-13.690646.7048
CIE-Lab87.2832-9.795370.0557

#efdd4c color RGB value is (239,221,76).

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

The process color (four color CMYK) of #efdd4c color hex is 0.00, 0.08, 0.68, 0.06. Web safe color of #efdd4c is #ffcc33. Color #efdd4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01001100
Octal 357 335 114
Decimal 239 221 76
Hex EF DD 4C

RGB Percentages of Color #efdd4c

%44.59
%41.23
%14.18

CMYK Percentages of Color #efdd4c

%0
%8
%68
%6

Triadic Colors of #efdd4c

#efdd4c #4cefdd #dd4cef

Analogous Colors of #efdd4c

#efdd4c #b0ef4c #ef8c4c

Monochromatic Colors of #efdd4c

#efdd4c

Complementary Color

#efdd4c #4c5eef

#efdd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd4c Color CSS Codes

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

#efdd4c Text Font Color

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

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


#efdd4c Background Color

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

This div background color is #efdd4c


#efdd4c Border Color

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

This div border color is #efdd4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd4c


Comments

No comments written yet.

Please login to write comment.