Color Hex Logo

#efdd56 Color Hex

#EFDD56
(239,221,86)
0 Favorites   0 Comments

Color spaces of #efdd56

RGB 23922186
HSL0.150.830.64
HSV53°64°94°
CMYK 0.000.080.64   0.06
XYZ63.132870.735519.1300
Yxy70.73550.41260.4623
Hunter Lab84.1044-13.192045.3872
CIE-Lab87.3563-9.244766.1842

#efdd56 color RGB value is (239,221,86).

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

The process color (four color CMYK) of #efdd56 color hex is 0.00, 0.08, 0.64, 0.06. Web safe color of #efdd56 is #ffcc66. Color #efdd56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01010110
Octal 357 335 126
Decimal 239 221 86
Hex EF DD 56

RGB Percentages of Color #efdd56

%43.77
%40.48
%15.75

CMYK Percentages of Color #efdd56

%0
%8
%64
%6

Triadic Colors of #efdd56

#efdd56 #56efdd #dd56ef

Analogous Colors of #efdd56

#efdd56 #b5ef56 #ef9156

Monochromatic Colors of #efdd56

#efdd56

Complementary Color

#efdd56 #5668ef

#efdd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd56 Color CSS Codes

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

#efdd56 Text Font Color

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

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


#efdd56 Background Color

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

This div background color is #efdd56


#efdd56 Border Color

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

This div border color is #efdd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd56


Comments

No comments written yet.

Please login to write comment.