Color Hex Logo

#ffa874 Color Hex

#FFA874
(255,168,116)
0 Favorites   0 Comments

Color spaces of #ffa874

RGB 255168116
HSL0.061.000.73
HSV22°55°100°
CMYK 0.000.340.55   0.00
XYZ58.395050.526223.1978
Yxy50.52620.44200.3824
Hunter Lab71.081822.247930.4077
CIE-Lab76.391126.821339.8434

#ffa874 color RGB value is (255,168,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01110100
Octal 377 250 164
Decimal 255 168 116
Hex FF A8 74

RGB Percentages of Color #ffa874

%47.31
%31.17
%21.52

CMYK Percentages of Color #ffa874

%0
%34
%55
%0

Triadic Colors of #ffa874

#ffa874 #74ffa8 #a874ff

Analogous Colors of #ffa874

#ffa874 #ffee74 #ff7486

Monochromatic Colors of #ffa874

#ffa874

Complementary Color

#ffa874 #74cbff

#ffa874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa874 Color CSS Codes

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

#ffa874 Text Font Color

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

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


#ffa874 Background Color

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

This div background color is #ffa874


#ffa874 Border Color

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

This div border color is #ffa874


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,168,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 #ffa874">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa874

Related Colors


Comments

No comments written yet.

Please login to write comment.