Color Hex Logo

#aff862 Color Hex

#AFF862
(175,248,98)
0 Favorites   0 Comments

Color spaces of #aff862

RGB 17524898
HSL0.250.910.68
HSV89°60°97°
CMYK 0.290.000.60   0.03
XYZ53.451277.130623.6258
Yxy77.13060.34660.5002
Hunter Lab87.8240-45.053945.5270
CIE-Lab90.3817-45.833663.2349

#aff862 color RGB value is (175,248,98).

#aff862 hex color red value is 175, green value is 248 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aff862 hue: 0.25 , saturation: 0.91 and the lightness value of aff862 is 0.68.

The process color (four color CMYK) of #aff862 color hex is 0.29, 0.00, 0.60, 0.03. Web safe color of #aff862 is #99ff66. Color #aff862 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 01100010
Octal 257 370 142
Decimal 175 248 98
Hex AF F8 62

RGB Percentages of Color #aff862

%33.59
%47.60
%18.81

CMYK Percentages of Color #aff862

%29
%0
%60
%3

Triadic Colors of #aff862

#aff862 #62aff8 #f862af

Analogous Colors of #aff862

#aff862 #64f862 #f8f662

Monochromatic Colors of #aff862

#aff862

Complementary Color

#aff862 #ab62f8

#aff862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff862 Color CSS Codes

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

#aff862 Text Font Color

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

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


#aff862 Background Color

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

This div background color is #aff862


#aff862 Border Color

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

This div border color is #aff862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff862


Comments

No comments written yet.

Please login to write comment.