Color Hex Logo

#ffa895 Color Hex

#FFA895
(255,168,149)
0 Favorites   0 Comments

Color spaces of #ffa895

RGB 255168149
HSL0.031.000.79
HSV11°42°100°
CMYK 0.000.340.42   0.00
XYZ60.667451.435235.1642
Yxy51.43520.41200.3493
Hunter Lab71.718325.488221.1324
CIE-Lab76.941929.890923.0269

#ffa895 color RGB value is (255,168,149).

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

The process color (four color CMYK) of #ffa895 color hex is 0.00, 0.34, 0.42, 0.00. Web safe color of #ffa895 is #ff9999. Color #ffa895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 10010101
Octal 377 250 225
Decimal 255 168 149
Hex FF A8 95

RGB Percentages of Color #ffa895

%44.58
%29.37
%26.05

CMYK Percentages of Color #ffa895

%0
%34
%42
%0

Triadic Colors of #ffa895

#ffa895 #95ffa8 #a895ff

Analogous Colors of #ffa895

#ffa895 #ffdd95 #ff95b7

Monochromatic Colors of #ffa895

#ffa895

Complementary Color

#ffa895 #95ecff

#ffa895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa895 Color CSS Codes

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

#ffa895 Text Font Color

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

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


#ffa895 Background Color

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

This div background color is #ffa895


#ffa895 Border Color

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

This div border color is #ffa895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa895

Related Colors


Comments

No comments written yet.

Please login to write comment.