Color Hex Logo

#ffc486 Color Hex

#FFC486
(255,196,134)
0 Favorites   0 Comments

Color spaces of #ffc486

RGB 255196134
HSL0.091.000.76
HSV31°47°100°
CMYK 0.000.230.47   0.00
XYZ65.283062.461131.1697
Yxy62.46110.41080.3931
Hunter Lab79.03239.139631.9391
CIE-Lab83.158013.749139.1503

#ffc486 color RGB value is (255,196,134).

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

The process color (four color CMYK) of #ffc486 color hex is 0.00, 0.23, 0.47, 0.00. Web safe color of #ffc486 is #ffcc99. Color #ffc486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10000110
Octal 377 304 206
Decimal 255 196 134
Hex FF C4 86

RGB Percentages of Color #ffc486

%43.59
%33.50
%22.91

CMYK Percentages of Color #ffc486

%0
%23
%47
%0

Triadic Colors of #ffc486

#ffc486 #86ffc4 #c486ff

Analogous Colors of #ffc486

#ffc486 #feff86 #ff8886

Monochromatic Colors of #ffc486

#ffc486

Complementary Color

#ffc486 #86c1ff

#ffc486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc486 Color CSS Codes

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

#ffc486 Text Font Color

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

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


#ffc486 Background Color

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

This div background color is #ffc486


#ffc486 Border Color

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

This div border color is #ffc486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc486

Related Colors


Comments

No comments written yet.

Please login to write comment.