Color Hex Logo

#aff68d Color Hex

#AFF68D
(175,246,141)
0 Favorites   0 Comments

Color spaces of #aff68d

RGB 175246141
HSL0.280.850.76
HSV101°43°96°
CMYK 0.290.000.43   0.04
XYZ55.442776.948637.1297
Yxy76.94860.32710.4539
Hunter Lab87.7204-40.691636.3084
CIE-Lab90.2980-40.409543.5442

#aff68d color RGB value is (175,246,141).

#aff68d hex color red value is 175, green value is 246 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aff68d hue: 0.28 , saturation: 0.85 and the lightness value of aff68d is 0.76.

The process color (four color CMYK) of #aff68d color hex is 0.29, 0.00, 0.43, 0.04. Web safe color of #aff68d is #99ff99. Color #aff68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 10001101
Octal 257 366 215
Decimal 175 246 141
Hex AF F6 8D

RGB Percentages of Color #aff68d

%31.14
%43.77
%25.09

CMYK Percentages of Color #aff68d

%29
%0
%43
%4

Triadic Colors of #aff68d

#aff68d #8daff6 #f68daf

Analogous Colors of #aff68d

#aff68d #8df6a0 #e4f68d

Monochromatic Colors of #aff68d

#aff68d

Complementary Color

#aff68d #d48df6

#aff68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff68d Color CSS Codes

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

#aff68d Text Font Color

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

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


#aff68d Background Color

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

This div background color is #aff68d


#aff68d Border Color

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

This div border color is #aff68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff68d


Comments

No comments written yet.

Please login to write comment.