Color Hex Logo

#affb29 Color Hex

#AFFB29
(175,251,41)
0 Favorites   0 Comments

Color spaces of #affb29

RGB 17525141
HSL0.230.960.57
HSV82°84°98°
CMYK 0.300.000.84   0.02
XYZ52.576678.268414.4341
Yxy78.26840.36190.5387
Hunter Lab88.4694-48.740552.2552
CIE-Lab90.9022-50.340882.3362

#affb29 color RGB value is (175,251,41).

#affb29 hex color red value is 175, green value is 251 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #affb29 hue: 0.23 , saturation: 0.96 and the lightness value of affb29 is 0.57.

The process color (four color CMYK) of #affb29 color hex is 0.30, 0.00, 0.84, 0.02. Web safe color of #affb29 is #99ff33. Color #affb29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 00101001
Octal 257 373 51
Decimal 175 251 41
Hex AF FB 29

RGB Percentages of Color #affb29

%37.47
%53.75
%8.78

CMYK Percentages of Color #affb29

%30
%0
%84
%2

Triadic Colors of #affb29

#affb29 #29affb #fb29af

Analogous Colors of #affb29

#affb29 #46fb29 #fbde29

Monochromatic Colors of #affb29

#affb29

Complementary Color

#affb29 #7529fb

#affb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb29 Color CSS Codes

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

#affb29 Text Font Color

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

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


#affb29 Background Color

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

This div background color is #affb29


#affb29 Border Color

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

This div border color is #affb29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,251,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 #affb29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb29


Comments

No comments written yet.

Please login to write comment.