Color Hex Logo

#ffaf55 Color Hex

#FFAF55
(255,175,85)
0 Favorites   0 Comments

Color spaces of #ffaf55

RGB 25517585
HSL0.091.000.67
HSV32°67°100°
CMYK 0.000.310.67   0.00
XYZ58.209752.575815.6745
Yxy52.57580.46030.4158
Hunter Lab72.509216.407137.9395
CIE-Lab77.623921.057656.6012

#ffaf55 color RGB value is (255,175,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01010101
Octal 377 257 125
Decimal 255 175 85
Hex FF AF 55

RGB Percentages of Color #ffaf55

%49.51
%33.98
%16.50

CMYK Percentages of Color #ffaf55

%0
%31
%67
%0

Triadic Colors of #ffaf55

#ffaf55 #55ffaf #af55ff

Analogous Colors of #ffaf55

#ffaf55 #faff55 #ff5a55

Monochromatic Colors of #ffaf55

#ffaf55

Complementary Color

#ffaf55 #55a5ff

#ffaf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf55 Color CSS Codes

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

#ffaf55 Text Font Color

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

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


#ffaf55 Background Color

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

This div background color is #ffaf55


#ffaf55 Border Color

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

This div border color is #ffaf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf55


Comments

No comments written yet.

Please login to write comment.