Color Hex Logo

#ffaf35 Color Hex

#FFAF35
(255,175,53)
0 Favorites   0 Comments

Color spaces of #ffaf35

RGB 25517553
HSL0.101.000.60
HSV36°79°100°
CMYK 0.000.310.79   0.00
XYZ57.212652.177010.4239
Yxy52.17700.47750.4355
Hunter Lab72.233614.971942.0075
CIE-Lab77.386619.642169.5185

#ffaf35 color RGB value is (255,175,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00110101
Octal 377 257 65
Decimal 255 175 53
Hex FF AF 35

RGB Percentages of Color #ffaf35

%52.80
%36.23
%10.97

CMYK Percentages of Color #ffaf35

%0
%31
%79
%0

Triadic Colors of #ffaf35

#ffaf35 #35ffaf #af35ff

Analogous Colors of #ffaf35

#ffaf35 #eaff35 #ff4a35

Monochromatic Colors of #ffaf35

#ffaf35

Complementary Color

#ffaf35 #3585ff

#ffaf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf35 Color CSS Codes

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

#ffaf35 Text Font Color

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

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


#ffaf35 Background Color

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

This div background color is #ffaf35


#ffaf35 Border Color

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

This div border color is #ffaf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf35

Related Colors


Comments

No comments written yet.

Please login to write comment.