Color Hex Logo

#ffffa0 Color Hex

#FFFFA0
(255,255,160)
2 Favorites   0 Comments

Color spaces of #ffffa0

RGB 255255160
HSL0.171.000.81
HSV60°37°100°
CMYK 0.000.000.37   0.00
XYZ83.345295.318147.2632
Yxy95.31810.36890.4219
Hunter Lab97.6310-18.473139.6394
CIE-Lab98.1607-13.496045.3967

#ffffa0 color RGB value is (255,255,160).

#ffffa0 hex color red value is 255, green value is 255 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ffffa0 hue: 0.17 , saturation: 1.00 and the lightness value of ffffa0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 10100000
Octal 377 377 240
Decimal 255 255 160
Hex FF FF A0

RGB Percentages of Color #ffffa0

%38.06
%38.06
%23.88

CMYK Percentages of Color #ffffa0

%0
%0
%37
%0

Triadic Colors of #ffffa0

#ffffa0 #a0ffff #ffa0ff

Analogous Colors of #ffffa0

#ffffa0 #d0ffa0 #ffd0a0

Monochromatic Colors of #ffffa0

#ffffa0

Complementary Color

#ffffa0 #a0a0ff

#ffffa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffa0 Color CSS Codes

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

#ffffa0 Text Font Color

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

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


#ffffa0 Background Color

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

This div background color is #ffffa0


#ffffa0 Border Color

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

This div border color is #ffffa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffa0

Related Colors


Comments

No comments written yet.

Please login to write comment.