Color Hex Logo

#ffc86e Color Hex

#FFC86E
(255,200,110)
0 Favorites   0 Comments

Color spaces of #ffc86e

RGB 255200110
HSL0.101.000.72
HSV37°57°100°
CMYK 0.000.220.57   0.00
XYZ64.708763.694323.6356
Yxy63.69430.42560.4189
Hunter Lab79.80875.062138.3072
CIE-Lab83.80649.657151.8815

#ffc86e color RGB value is (255,200,110).

#ffc86e hex color red value is 255, green value is 200 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ffc86e hue: 0.10 , saturation: 1.00 and the lightness value of ffc86e is 0.72.

The process color (four color CMYK) of #ffc86e color hex is 0.00, 0.22, 0.57, 0.00. Web safe color of #ffc86e is #ffcc66. Color #ffc86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001000 01101110
Octal 377 310 156
Decimal 255 200 110
Hex FF C8 6E

RGB Percentages of Color #ffc86e

%45.13
%35.40
%19.47

CMYK Percentages of Color #ffc86e

%0
%22
%57
%0

Triadic Colors of #ffc86e

#ffc86e #6effc8 #c86eff

Analogous Colors of #ffc86e

#ffc86e #eeff6e #ff806e

Monochromatic Colors of #ffc86e

#ffc86e

Complementary Color

#ffc86e #6ea5ff

#ffc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc86e Color CSS Codes

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

#ffc86e Text Font Color

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

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


#ffc86e Background Color

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

This div background color is #ffc86e


#ffc86e Border Color

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

This div border color is #ffc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc86e


Comments

No comments written yet.

Please login to write comment.