Color Hex Logo

#ffa985 Color Hex

#FFA985
(255,169,133)
0 Favorites   0 Comments

Color spaces of #ffa985

RGB 255169133
HSL0.051.000.76
HSV18°48°100°
CMYK 0.000.340.48   0.00
XYZ59.661651.329428.9534
Yxy51.32940.42630.3668
Hunter Lab71.644523.267026.1906
CIE-Lab76.878127.773431.5242

#ffa985 color RGB value is (255,169,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 10000101
Octal 377 251 205
Decimal 255 169 133
Hex FF A9 85

RGB Percentages of Color #ffa985

%45.78
%30.34
%23.88

CMYK Percentages of Color #ffa985

%0
%34
%48
%0

Triadic Colors of #ffa985

#ffa985 #85ffa9 #a985ff

Analogous Colors of #ffa985

#ffa985 #ffe685 #ff859e

Monochromatic Colors of #ffa985

#ffa985

Complementary Color

#ffa985 #85dbff

#ffa985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa985 Color CSS Codes

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

#ffa985 Text Font Color

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

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


#ffa985 Background Color

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

This div background color is #ffa985


#ffa985 Border Color

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

This div border color is #ffa985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa985


Comments

No comments written yet.

Please login to write comment.