Color Hex Logo

#ffa096 Color Hex

#FFA096
(255,160,150)
0 Favorites   0 Comments

Color spaces of #ffa096

RGB 255160150
HSL0.021.000.79
HSV41°100°
CMYK 0.000.370.41   0.00
XYZ59.315848.603635.1093
Yxy48.60360.41470.3398
Hunter Lab69.716329.867318.9428
CIE-Lab75.204134.160520.1021

#ffa096 color RGB value is (255,160,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 10010110
Octal 377 240 226
Decimal 255 160 150
Hex FF A0 96

RGB Percentages of Color #ffa096

%45.13
%28.32
%26.55

CMYK Percentages of Color #ffa096

%0
%37
%41
%0

Triadic Colors of #ffa096

#ffa096 #96ffa0 #a096ff

Analogous Colors of #ffa096

#ffa096 #ffd596 #ff96c1

Monochromatic Colors of #ffa096

#ffa096

Complementary Color

#ffa096 #96f5ff

#ffa096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa096 Color CSS Codes

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

#ffa096 Text Font Color

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

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


#ffa096 Background Color

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

This div background color is #ffa096


#ffa096 Border Color

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

This div border color is #ffa096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa096

Related Colors


Comments

No comments written yet.

Please login to write comment.