Color Hex Logo

#ffec86 Color Hex

#FFEC86
(255,236,134)
0 Favorites   0 Comments

Color spaces of #ffec86

RGB 255236134
HSL0.141.000.76
HSV51°47°100°
CMYK 0.000.070.47   0.00
XYZ75.538582.972134.5882
Yxy82.97210.39120.4297
Hunter Lab91.0890-11.378941.2488
CIE-Lab93.0022-6.696151.4705

#ffec86 color RGB value is (255,236,134).

#ffec86 hex color red value is 255, green value is 236 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ffec86 hue: 0.14 , saturation: 1.00 and the lightness value of ffec86 is 0.76.

The process color (four color CMYK) of #ffec86 color hex is 0.00, 0.07, 0.47, 0.00. Web safe color of #ffec86 is #ffff99. Color #ffec86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 10000110
Octal 377 354 206
Decimal 255 236 134
Hex FF EC 86

RGB Percentages of Color #ffec86

%40.80
%37.76
%21.44

CMYK Percentages of Color #ffec86

%0
%7
%47
%0

Triadic Colors of #ffec86

#ffec86 #86ffec #ec86ff

Analogous Colors of #ffec86

#ffec86 #d6ff86 #ffb086

Monochromatic Colors of #ffec86

#ffec86

Complementary Color

#ffec86 #8699ff

#ffec86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec86 Color CSS Codes

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

#ffec86 Text Font Color

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

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


#ffec86 Background Color

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

This div background color is #ffec86


#ffec86 Border Color

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

This div border color is #ffec86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,236,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffec86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffec86;
  -webkit-box-shadow: 1px 1px 3px 2px #ffec86;
  box-shadow:         1px 1px 3px 2px #ffec86; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,236,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec86


Comments

No comments written yet.

Please login to write comment.