Color Hex Logo

#aff327 Color Hex

#AFF327
(175,243,39)
0 Favorites   0 Comments

Color spaces of #aff327

RGB 17524339
HSL0.220.890.55
HSV80°84°95°
CMYK 0.280.000.84   0.05
XYZ50.096073.361613.4393
Yxy73.36160.36590.5359
Hunter Lab85.6514-45.488450.6530
CIE-Lab88.6199-47.062380.7999

#aff327 color RGB value is (175,243,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 00100111
Octal 257 363 47
Decimal 175 243 39
Hex AF F3 27

RGB Percentages of Color #aff327

%38.29
%53.17
%8.53

CMYK Percentages of Color #aff327

%28
%0
%84
%5

Triadic Colors of #aff327

#aff327 #27aff3 #f327af

Analogous Colors of #aff327

#aff327 #49f327 #f3d127

Monochromatic Colors of #aff327

#aff327

Complementary Color

#aff327 #6b27f3

#aff327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff327 Color CSS Codes

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

#aff327 Text Font Color

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

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


#aff327 Background Color

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

This div background color is #aff327


#aff327 Border Color

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

This div border color is #aff327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff327


Comments

No comments written yet.

Please login to write comment.