Color Hex Logo

#aff332 Color Hex

#AFF332
(175,243,50)
0 Favorites   0 Comments

Color spaces of #aff332

RGB 17524350
HSL0.230.890.57
HSV81°79°95°
CMYK 0.280.000.79   0.05
XYZ50.305573.445414.5426
Yxy73.44540.36380.5311
Hunter Lab85.7003-45.197249.9292
CIE-Lab88.6597-46.671778.2149

#aff332 color RGB value is (175,243,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 00110010
Octal 257 363 62
Decimal 175 243 50
Hex AF F3 32

RGB Percentages of Color #aff332

%37.39
%51.92
%10.68

CMYK Percentages of Color #aff332

%28
%0
%79
%5

Triadic Colors of #aff332

#aff332 #32aff3 #f332af

Analogous Colors of #aff332

#aff332 #4ff332 #f3d732

Monochromatic Colors of #aff332

#aff332

Complementary Color

#aff332 #7632f3

#aff332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff332 Color CSS Codes

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

#aff332 Text Font Color

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

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


#aff332 Background Color

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

This div background color is #aff332


#aff332 Border Color

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

This div border color is #aff332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff332


Comments

No comments written yet.

Please login to write comment.