Color Hex Logo

#ffaf2e Color Hex

#FFAF2E
(255,175,46)
0 Favorites   0 Comments

Color spaces of #ffaf2e

RGB 25517546
HSL0.101.000.59
HSV37°82°100°
CMYK 0.000.310.82   0.00
XYZ57.063152.11729.6368
Yxy52.11720.48030.4386
Hunter Lab72.192214.755842.6201
CIE-Lab77.350919.427971.8204

#ffaf2e color RGB value is (255,175,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00101110
Octal 377 257 56
Decimal 255 175 46
Hex FF AF 2E

RGB Percentages of Color #ffaf2e

%53.57
%36.76
%9.66

CMYK Percentages of Color #ffaf2e

%0
%31
%82
%0

Triadic Colors of #ffaf2e

#ffaf2e #2effaf #af2eff

Analogous Colors of #ffaf2e

#ffaf2e #e7ff2e #ff472e

Monochromatic Colors of #ffaf2e

#ffaf2e

Complementary Color

#ffaf2e #2e7eff

#ffaf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf2e Color CSS Codes

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

#ffaf2e Text Font Color

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

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


#ffaf2e Background Color

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

This div background color is #ffaf2e


#ffaf2e Border Color

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

This div border color is #ffaf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf2e


Comments

No comments written yet.

Please login to write comment.