Color Hex Logo

#ffaf2c Color Hex

#FFAF2C
(255,175,44)
0 Favorites   0 Comments

Color spaces of #ffaf2c

RGB 25517544
HSL0.101.000.59
HSV37°83°100°
CMYK 0.000.310.83   0.00
XYZ57.024652.10189.4340
Yxy52.10180.48100.4395
Hunter Lab72.181614.700142.7780
CIE-Lab77.341719.372772.4342

#ffaf2c color RGB value is (255,175,44).

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

The process color (four color CMYK) of #ffaf2c color hex is 0.00, 0.31, 0.83, 0.00. Web safe color of #ffaf2c is #ff9933. Color #ffaf2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00101100
Octal 377 257 54
Decimal 255 175 44
Hex FF AF 2C

RGB Percentages of Color #ffaf2c

%53.80
%36.92
%9.28

CMYK Percentages of Color #ffaf2c

%0
%31
%83
%0

Triadic Colors of #ffaf2c

#ffaf2c #2cffaf #af2cff

Analogous Colors of #ffaf2c

#ffaf2c #e6ff2c #ff452c

Monochromatic Colors of #ffaf2c

#ffaf2c

Complementary Color

#ffaf2c #2c7cff

#ffaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf2c Color CSS Codes

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

#ffaf2c Text Font Color

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

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


#ffaf2c Background Color

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

This div background color is #ffaf2c


#ffaf2c Border Color

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

This div border color is #ffaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf2c

Related Colors


Comments

No comments written yet.

Please login to write comment.