Color Hex Logo

#efd856 Color Hex

#EFD856
(239,216,86)
0 Favorites   0 Comments

Color spaces of #efd856

RGB 23921686
HSL0.140.830.64
HSV51°64°94°
CMYK 0.000.100.64   0.06
XYZ61.832268.134318.6964
Yxy68.13430.41590.4583
Hunter Lab82.5435-10.739244.3511
CIE-Lab86.0736-6.732064.8253

#efd856 color RGB value is (239,216,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01010110
Octal 357 330 126
Decimal 239 216 86
Hex EF D8 56

RGB Percentages of Color #efd856

%44.18
%39.93
%15.90

CMYK Percentages of Color #efd856

%0
%10
%64
%6

Triadic Colors of #efd856

#efd856 #56efd8 #d856ef

Analogous Colors of #efd856

#efd856 #baef56 #ef8c56

Monochromatic Colors of #efd856

#efd856

Complementary Color

#efd856 #566def

#efd856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd856 Color CSS Codes

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

#efd856 Text Font Color

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

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


#efd856 Background Color

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

This div background color is #efd856


#efd856 Border Color

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

This div border color is #efd856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd856

#efd856 Color Palettes


Comments

No comments written yet.

Please login to write comment.