Color Hex Logo

#ffa354 Color Hex

#FFA354
(255,163,84)
0 Favorites   0 Comments

Color spaces of #ffa354

RGB 25516384
HSL0.081.000.66
HSV28°67°100°
CMYK 0.000.360.67   0.00
XYZ55.937448.094514.7224
Yxy48.09450.47100.4050
Hunter Lab69.350222.614035.9584
CIE-Lab74.884527.266754.0449

#ffa354 color RGB value is (255,163,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 01010100
Octal 377 243 124
Decimal 255 163 84
Hex FF A3 54

RGB Percentages of Color #ffa354

%50.80
%32.47
%16.73

CMYK Percentages of Color #ffa354

%0
%36
%67
%0

Triadic Colors of #ffa354

#ffa354 #54ffa3 #a354ff

Analogous Colors of #ffa354

#ffa354 #fff954 #ff545b

Monochromatic Colors of #ffa354

#ffa354

Complementary Color

#ffa354 #54b0ff

#ffa354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa354 Color CSS Codes

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

#ffa354 Text Font Color

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

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


#ffa354 Background Color

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

This div background color is #ffa354


#ffa354 Border Color

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

This div border color is #ffa354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa354


Comments

No comments written yet.

Please login to write comment.