Color Hex Logo

#aff868 Color Hex

#AFF868
(175,248,104)
0 Favorites   0 Comments

Color spaces of #aff868

RGB 175248104
HSL0.250.910.69
HSV90°58°97°
CMYK 0.290.000.58   0.03
XYZ53.745377.248225.1744
Yxy77.24820.34420.4946
Hunter Lab87.8910-44.656544.5414
CIE-Lab90.4357-45.311060.7576

#aff868 color RGB value is (175,248,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 01101000
Octal 257 370 150
Decimal 175 248 104
Hex AF F8 68

RGB Percentages of Color #aff868

%33.21
%47.06
%19.73

CMYK Percentages of Color #aff868

%29
%0
%58
%3

Triadic Colors of #aff868

#aff868 #68aff8 #f868af

Analogous Colors of #aff868

#aff868 #68f869 #f7f868

Monochromatic Colors of #aff868

#aff868

Complementary Color

#aff868 #b168f8

#aff868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff868 Color CSS Codes

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

#aff868 Text Font Color

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

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


#aff868 Background Color

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

This div background color is #aff868


#aff868 Border Color

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

This div border color is #aff868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff868


Comments

No comments written yet.

Please login to write comment.