Color Hex Logo

#ffaf21 Color Hex

#FFAF21
(255,175,33)
0 Favorites   0 Comments

Color spaces of #ffaf21

RGB 25517533
HSL0.111.000.56
HSV38°87°100°
CMYK 0.000.310.87   0.00
XYZ56.844552.02978.4856
Yxy52.02970.48440.4433
Hunter Lab72.131614.439543.5172
CIE-Lab77.298619.113975.4309

#ffaf21 color RGB value is (255,175,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00100001
Octal 377 257 41
Decimal 255 175 33
Hex FF AF 21

RGB Percentages of Color #ffaf21

%55.08
%37.80
%7.13

CMYK Percentages of Color #ffaf21

%0
%31
%87
%0

Triadic Colors of #ffaf21

#ffaf21 #21ffaf #af21ff

Analogous Colors of #ffaf21

#ffaf21 #e0ff21 #ff4021

Monochromatic Colors of #ffaf21

#ffaf21

Complementary Color

#ffaf21 #2171ff

#ffaf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf21 Color CSS Codes

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

#ffaf21 Text Font Color

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

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


#ffaf21 Background Color

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

This div background color is #ffaf21


#ffaf21 Border Color

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

This div border color is #ffaf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf21

Related Colors


Comments

No comments written yet.

Please login to write comment.