Color Hex Logo

#ffa96b Color Hex

#FFA96B
(255,169,107)
1 Favorites   0 Comments

Color spaces of #ffa96b

RGB 255169107
HSL0.071.000.71
HSV25°58°100°
CMYK 0.000.340.58   0.00
XYZ58.081850.697520.6343
Yxy50.69750.44880.3917
Hunter Lab71.202221.004132.6594
CIE-Lab76.495425.610544.5960

#ffa96b color RGB value is (255,169,107).

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

The process color (four color CMYK) of #ffa96b color hex is 0.00, 0.34, 0.58, 0.00. Web safe color of #ffa96b is #ff9966. Color #ffa96b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 01101011
Octal 377 251 153
Decimal 255 169 107
Hex FF A9 6B

RGB Percentages of Color #ffa96b

%48.02
%31.83
%20.15

CMYK Percentages of Color #ffa96b

%0
%34
%58
%0

Triadic Colors of #ffa96b

#ffa96b #6bffa9 #a96bff

Analogous Colors of #ffa96b

#ffa96b #fff36b #ff6b77

Monochromatic Colors of #ffa96b

#ffa96b

Complementary Color

#ffa96b #6bc1ff

#ffa96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa96b Color CSS Codes

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

#ffa96b Text Font Color

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

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


#ffa96b Background Color

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

This div background color is #ffa96b


#ffa96b Border Color

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

This div border color is #ffa96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa96b


Comments

No comments written yet.

Please login to write comment.