Color Hex Logo

#aff347 Color Hex

#AFF347
(175,243,71)
0 Favorites   0 Comments

Color spaces of #aff347

RGB 17524371
HSL0.230.880.62
HSV84°71°95°
CMYK 0.280.000.71   0.05
XYZ50.867173.670117.5000
Yxy73.67010.35810.5187
Hunter Lab85.8313-44.418447.9934
CIE-Lab88.7663-45.631871.8916

#aff347 color RGB value is (175,243,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01000111
Octal 257 363 107
Decimal 175 243 71
Hex AF F3 47

RGB Percentages of Color #aff347

%35.79
%49.69
%14.52

CMYK Percentages of Color #aff347

%28
%0
%71
%5

Triadic Colors of #aff347

#aff347 #47aff3 #f347af

Analogous Colors of #aff347

#aff347 #59f347 #f3e147

Monochromatic Colors of #aff347

#aff347

Complementary Color

#aff347 #8b47f3

#aff347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff347 Color CSS Codes

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

#aff347 Text Font Color

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

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


#aff347 Background Color

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

This div background color is #aff347


#aff347 Border Color

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

This div border color is #aff347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff347


Comments

No comments written yet.

Please login to write comment.