Color Hex Logo

#ffd486 Color Hex

#FFD486
(255,212,134)
0 Favorites   0 Comments

Color spaces of #ffd486

RGB 255212134
HSL0.111.000.76
HSV39°47°100°
CMYK 0.000.170.47   0.00
XYZ69.086670.068232.4375
Yxy70.06820.40260.4083
Hunter Lab83.70680.836535.6190
CIE-Lab87.03035.464744.0633

#ffd486 color RGB value is (255,212,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 10000110
Octal 377 324 206
Decimal 255 212 134
Hex FF D4 86

RGB Percentages of Color #ffd486

%42.43
%35.27
%22.30

CMYK Percentages of Color #ffd486

%0
%17
%47
%0

Triadic Colors of #ffd486

#ffd486 #86ffd4 #d486ff

Analogous Colors of #ffd486

#ffd486 #eeff86 #ff9886

Monochromatic Colors of #ffd486

#ffd486

Complementary Color

#ffd486 #86b1ff

#ffd486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd486 Color CSS Codes

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

#ffd486 Text Font Color

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

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


#ffd486 Background Color

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

This div background color is #ffd486


#ffd486 Border Color

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

This div border color is #ffd486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd486

#ffd486 Color Palettes


Comments

No comments written yet.

Please login to write comment.