Color Hex Logo

#ffa299 Color Hex

#FFA299
(255,162,153)
0 Favorites   0 Comments

Color spaces of #ffa299

RGB 255162153
HSL0.011.000.80
HSV40°100°
CMYK 0.000.360.40   0.00
XYZ59.910149.400636.5146
Yxy49.40060.41080.3388
Hunter Lab70.285629.150318.3977
CIE-Lab75.699933.445619.1510

#ffa299 color RGB value is (255,162,153).

#ffa299 hex color red value is 255, green value is 162 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ffa299 hue: 0.01 , saturation: 1.00 and the lightness value of ffa299 is 0.80.

The process color (four color CMYK) of #ffa299 color hex is 0.00, 0.36, 0.40, 0.00. Web safe color of #ffa299 is #ff9999. Color #ffa299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 10011001
Octal 377 242 231
Decimal 255 162 153
Hex FF A2 99

RGB Percentages of Color #ffa299

%44.74
%28.42
%26.84

CMYK Percentages of Color #ffa299

%0
%36
%40
%0

Triadic Colors of #ffa299

#ffa299 #99ffa2 #a299ff

Analogous Colors of #ffa299

#ffa299 #ffd599 #ff99c3

Monochromatic Colors of #ffa299

#ffa299

Complementary Color

#ffa299 #99f6ff

#ffa299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa299 Color CSS Codes

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

#ffa299 Text Font Color

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

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


#ffa299 Background Color

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

This div background color is #ffa299


#ffa299 Border Color

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

This div border color is #ffa299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa299


Comments

No comments written yet.

Please login to write comment.