Color Hex Logo

#aff328 Color Hex

#AFF328
(175,243,40)
0 Favorites   0 Comments

Color spaces of #aff328

RGB 17524340
HSL0.220.890.55
HSV80°84°95°
CMYK 0.280.000.84   0.05
XYZ50.112873.368313.5278
Yxy73.36830.36580.5355
Hunter Lab85.6553-45.465050.5949
CIE-Lab88.6231-47.030980.5873

#aff328 color RGB value is (175,243,40).

#aff328 hex color red value is 175, green value is 243 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aff328 hue: 0.22 , saturation: 0.89 and the lightness value of aff328 is 0.55.

The process color (four color CMYK) of #aff328 color hex is 0.28, 0.00, 0.84, 0.05. Web safe color of #aff328 is #99ff33. Color #aff328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 00101000
Octal 257 363 50
Decimal 175 243 40
Hex AF F3 28

RGB Percentages of Color #aff328

%38.21
%53.06
%8.73

CMYK Percentages of Color #aff328

%28
%0
%84
%5

Triadic Colors of #aff328

#aff328 #28aff3 #f328af

Analogous Colors of #aff328

#aff328 #4af328 #f3d228

Monochromatic Colors of #aff328

#aff328

Complementary Color

#aff328 #6c28f3

#aff328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff328 Color CSS Codes

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

#aff328 Text Font Color

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

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


#aff328 Background Color

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

This div background color is #aff328


#aff328 Border Color

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

This div border color is #aff328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff328


Comments

No comments written yet.

Please login to write comment.