Color Hex Logo

#ffa476 Color Hex

#FFA476
(255,164,118)
0 Favorites   0 Comments

Color spaces of #ffa476

RGB 255164118
HSL0.061.000.73
HSV20°54°100°
CMYK 0.000.360.54   0.00
XYZ57.785549.118923.5748
Yxy49.11890.44290.3765
Hunter Lab70.084924.526029.1157
CIE-Lab75.525229.069537.7068

#ffa476 color RGB value is (255,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01110110
Octal 377 244 166
Decimal 255 164 118
Hex FF A4 76

RGB Percentages of Color #ffa476

%47.49
%30.54
%21.97

CMYK Percentages of Color #ffa476

%0
%36
%54
%0

Triadic Colors of #ffa476

#ffa476 #76ffa4 #a476ff

Analogous Colors of #ffa476

#ffa476 #ffe976 #ff768d

Monochromatic Colors of #ffa476

#ffa476

Complementary Color

#ffa476 #76d1ff

#ffa476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa476 Color CSS Codes

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

#ffa476 Text Font Color

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

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


#ffa476 Background Color

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

This div background color is #ffa476


#ffa476 Border Color

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

This div border color is #ffa476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa476

Related Colors


Comments

No comments written yet.

Please login to write comment.