Color Hex Logo

#ffa84e Color Hex

#FFA84E
(255,168,78)
0 Favorites   0 Comments

Color spaces of #ffa84e

RGB 25516878
HSL0.081.000.65
HSV31°69°100°
CMYK 0.000.340.69   0.00
XYZ56.617849.815313.8390
Yxy49.81530.47070.4142
Hunter Lab70.580019.674137.7807
CIE-Lab75.955824.341357.9876

#ffa84e color RGB value is (255,168,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01001110
Octal 377 250 116
Decimal 255 168 78
Hex FF A8 4E

RGB Percentages of Color #ffa84e

%50.90
%33.53
%15.57

CMYK Percentages of Color #ffa84e

%0
%34
%69
%0

Triadic Colors of #ffa84e

#ffa84e #4effa8 #a84eff

Analogous Colors of #ffa84e

#ffa84e #feff4e #ff4f4e

Monochromatic Colors of #ffa84e

#ffa84e

Complementary Color

#ffa84e #4ea5ff

#ffa84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa84e Color CSS Codes

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

#ffa84e Text Font Color

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

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


#ffa84e Background Color

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

This div background color is #ffa84e


#ffa84e Border Color

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

This div border color is #ffa84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa84e

#ffa84e Color Palettes


Comments

No comments written yet.

Please login to write comment.