Color Hex Logo

#ffa46e Color Hex

#FFA46E
(255,164,110)
0 Favorites   0 Comments

Color spaces of #ffa46e

RGB 255164110
HSL0.061.000.72
HSV22°57°100°
CMYK 0.000.360.57   0.00
XYZ57.329948.936721.1760
Yxy48.93670.44980.3840
Hunter Lab69.954823.864931.0207
CIE-Lab75.411928.441841.7314

#ffa46e color RGB value is (255,164,110).

#ffa46e hex color red value is 255, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ffa46e hue: 0.06 , saturation: 1.00 and the lightness value of ffa46e is 0.72.

The process color (four color CMYK) of #ffa46e color hex is 0.00, 0.36, 0.57, 0.00. Web safe color of #ffa46e is #ff9966. Color #ffa46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01101110
Octal 377 244 156
Decimal 255 164 110
Hex FF A4 6E

RGB Percentages of Color #ffa46e

%48.20
%31.00
%20.79

CMYK Percentages of Color #ffa46e

%0
%36
%57
%0

Triadic Colors of #ffa46e

#ffa46e #6effa4 #a46eff

Analogous Colors of #ffa46e

#ffa46e #ffed6e #ff6e81

Monochromatic Colors of #ffa46e

#ffa46e

Complementary Color

#ffa46e #6ec9ff

#ffa46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa46e Color CSS Codes

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

#ffa46e Text Font Color

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

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


#ffa46e Background Color

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

This div background color is #ffa46e


#ffa46e Border Color

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

This div border color is #ffa46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa46e

Related Colors


Comments

No comments written yet.

Please login to write comment.