Color Hex Logo

#ffaf4e Color Hex

#FFAF4E
(255,175,78)
0 Favorites   0 Comments

Color spaces of #ffaf4e

RGB 25517578
HSL0.091.000.65
HSV33°69°100°
CMYK 0.000.310.69   0.00
XYZ57.945152.470014.2814
Yxy52.47000.46470.4208
Hunter Lab72.436216.027239.0158
CIE-Lab77.561020.684159.6950

#ffaf4e color RGB value is (255,175,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01001110
Octal 377 257 116
Decimal 255 175 78
Hex FF AF 4E

RGB Percentages of Color #ffaf4e

%50.20
%34.45
%15.35

CMYK Percentages of Color #ffaf4e

%0
%31
%69
%0

Triadic Colors of #ffaf4e

#ffaf4e #4effaf #af4eff

Analogous Colors of #ffaf4e

#ffaf4e #f7ff4e #ff574e

Monochromatic Colors of #ffaf4e

#ffaf4e

Complementary Color

#ffaf4e #4e9eff

#ffaf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf4e Color CSS Codes

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

#ffaf4e Text Font Color

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

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


#ffaf4e Background Color

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

This div background color is #ffaf4e


#ffaf4e Border Color

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

This div border color is #ffaf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf4e

Related Colors


Comments

No comments written yet.

Please login to write comment.