Color Hex Logo

#ffaf5b Color Hex

#FFAF5B
(255,175,91)
0 Favorites   0 Comments

Color spaces of #ffaf5b

RGB 25517591
HSL0.091.000.68
HSV31°64°100°
CMYK 0.000.310.64   0.00
XYZ58.458352.675316.9838
Yxy52.67530.45630.4111
Hunter Lab72.577816.763136.9301
CIE-Lab77.682921.406853.8621

#ffaf5b color RGB value is (255,175,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01011011
Octal 377 257 133
Decimal 255 175 91
Hex FF AF 5B

RGB Percentages of Color #ffaf5b

%48.94
%33.59
%17.47

CMYK Percentages of Color #ffaf5b

%0
%31
%64
%0

Triadic Colors of #ffaf5b

#ffaf5b #5bffaf #af5bff

Analogous Colors of #ffaf5b

#ffaf5b #fdff5b #ff5d5b

Monochromatic Colors of #ffaf5b

#ffaf5b

Complementary Color

#ffaf5b #5babff

#ffaf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf5b Color CSS Codes

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

#ffaf5b Text Font Color

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

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


#ffaf5b Background Color

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

This div background color is #ffaf5b


#ffaf5b Border Color

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

This div border color is #ffaf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf5b

Related Colors


Comments

No comments written yet.

Please login to write comment.