Color Hex Logo

#ffaf64 Color Hex

#FFAF64
(255,175,100)
0 Favorites   0 Comments

Color spaces of #ffaf64

RGB 255175100
HSL0.081.000.70
HSV29°61°100°
CMYK 0.000.310.61   0.00
XYZ58.870252.840019.1529
Yxy52.84000.44990.4038
Hunter Lab72.691117.351935.2619
CIE-Lab77.780421.982749.6293

#ffaf64 color RGB value is (255,175,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01100100
Octal 377 257 144
Decimal 255 175 100
Hex FF AF 64

RGB Percentages of Color #ffaf64

%48.11
%33.02
%18.87

CMYK Percentages of Color #ffaf64

%0
%31
%61
%0

Triadic Colors of #ffaf64

#ffaf64 #64ffaf #af64ff

Analogous Colors of #ffaf64

#ffaf64 #fffd64 #ff6467

Monochromatic Colors of #ffaf64

#ffaf64

Complementary Color

#ffaf64 #64b4ff

#ffaf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf64 Color CSS Codes

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

#ffaf64 Text Font Color

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

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


#ffaf64 Background Color

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

This div background color is #ffaf64


#ffaf64 Border Color

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

This div border color is #ffaf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf64


Comments

No comments written yet.

Please login to write comment.