Color Hex Logo

#ffa374 Color Hex

#FFA374
(255,163,116)
0 Favorites   0 Comments

Color spaces of #ffa374

RGB 255163116
HSL0.061.000.73
HSV20°55°100°
CMYK 0.000.360.55   0.00
XYZ57.489648.715322.8960
Yxy48.71530.44530.3773
Hunter Lab69.796324.882629.4079
CIE-Lab75.273929.428838.4373

#ffa374 color RGB value is (255,163,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 01110100
Octal 377 243 164
Decimal 255 163 116
Hex FF A3 74

RGB Percentages of Color #ffa374

%47.75
%30.52
%21.72

CMYK Percentages of Color #ffa374

%0
%36
%55
%0

Triadic Colors of #ffa374

#ffa374 #74ffa3 #a374ff

Analogous Colors of #ffa374

#ffa374 #ffe974 #ff748b

Monochromatic Colors of #ffa374

#ffa374

Complementary Color

#ffa374 #74d0ff

#ffa374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa374 Color CSS Codes

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

#ffa374 Text Font Color

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

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


#ffa374 Background Color

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

This div background color is #ffa374


#ffa374 Border Color

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

This div border color is #ffa374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa374

Related Colors


Comments

No comments written yet.

Please login to write comment.