Color Hex Logo

#aff363 Color Hex

#AFF363
(175,243,99)
0 Favorites   0 Comments

Color spaces of #aff363

RGB 17524399
HSL0.250.860.67
HSV88°59°95°
CMYK 0.280.000.59   0.05
XYZ51.981974.116023.3705
Yxy74.11600.34780.4959
Hunter Lab86.0906-42.879644.1684
CIE-Lab88.9773-43.596961.2479

#aff363 color RGB value is (175,243,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01100011
Octal 257 363 143
Decimal 175 243 99
Hex AF F3 63

RGB Percentages of Color #aff363

%33.85
%47.00
%19.15

CMYK Percentages of Color #aff363

%28
%0
%59
%5

Triadic Colors of #aff363

#aff363 #63aff3 #f363af

Analogous Colors of #aff363

#aff363 #67f363 #f3ef63

Monochromatic Colors of #aff363

#aff363

Complementary Color

#aff363 #a763f3

#aff363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff363 Color CSS Codes

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

#aff363 Text Font Color

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

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


#aff363 Background Color

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

This div background color is #aff363


#aff363 Border Color

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

This div border color is #aff363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff363


Comments

No comments written yet.

Please login to write comment.