Color Hex Logo

#ffaf29 Color Hex

#FFAF29
(255,175,41)
0 Favorites   0 Comments

Color spaces of #ffaf29

RGB 25517541
HSL0.101.000.58
HSV38°84°100°
CMYK 0.000.310.84   0.00
XYZ56.970252.08009.1476
Yxy52.08000.48200.4406
Hunter Lab72.166514.621543.0011
CIE-Lab77.328619.294773.3165

#ffaf29 color RGB value is (255,175,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00101001
Octal 377 257 51
Decimal 255 175 41
Hex FF AF 29

RGB Percentages of Color #ffaf29

%54.14
%37.15
%8.70

CMYK Percentages of Color #ffaf29

%0
%31
%84
%0

Triadic Colors of #ffaf29

#ffaf29 #29ffaf #af29ff

Analogous Colors of #ffaf29

#ffaf29 #e4ff29 #ff4429

Monochromatic Colors of #ffaf29

#ffaf29

Complementary Color

#ffaf29 #2979ff

#ffaf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf29 Color CSS Codes

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

#ffaf29 Text Font Color

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

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


#ffaf29 Background Color

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

This div background color is #ffaf29


#ffaf29 Border Color

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

This div border color is #ffaf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf29

Related Colors


Comments

No comments written yet.

Please login to write comment.