Color Hex Logo

#aff360 Color Hex

#AFF360
(175,243,96)
0 Favorites   0 Comments

Color spaces of #aff360

RGB 17524396
HSL0.240.860.66
HSV88°60°95°
CMYK 0.280.000.60   0.05
XYZ51.841174.059722.6290
Yxy74.05970.34900.4986
Hunter Lab86.0579-43.073444.6502
CIE-Lab88.9507-43.851862.4822

#aff360 color RGB value is (175,243,96).

#aff360 hex color red value is 175, green value is 243 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aff360 hue: 0.24 , saturation: 0.86 and the lightness value of aff360 is 0.66.

The process color (four color CMYK) of #aff360 color hex is 0.28, 0.00, 0.60, 0.05. Web safe color of #aff360 is #99ff66. Color #aff360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01100000
Octal 257 363 140
Decimal 175 243 96
Hex AF F3 60

RGB Percentages of Color #aff360

%34.05
%47.28
%18.68

CMYK Percentages of Color #aff360

%28
%0
%60
%5

Triadic Colors of #aff360

#aff360 #60aff3 #f360af

Analogous Colors of #aff360

#aff360 #66f360 #f3ee60

Monochromatic Colors of #aff360

#aff360

Complementary Color

#aff360 #a460f3

#aff360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff360 Color CSS Codes

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

#aff360 Text Font Color

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

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


#aff360 Background Color

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

This div background color is #aff360


#aff360 Border Color

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

This div border color is #aff360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff360


Comments

No comments written yet.

Please login to write comment.