Color Hex Logo

#aff26d Color Hex

#AFF26D
(175,242,109)
0 Favorites   0 Comments

Color spaces of #aff26d

RGB 175242109
HSL0.250.840.69
HSV90°55°95°
CMYK 0.280.000.55   0.05
XYZ52.191673.722325.9470
Yxy73.72230.34370.4855
Hunter Lab85.8617-41.755542.1860
CIE-Lab88.7911-42.245256.6788

#aff26d color RGB value is (175,242,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01101101
Octal 257 362 155
Decimal 175 242 109
Hex AF F2 6D

RGB Percentages of Color #aff26d

%33.27
%46.01
%20.72

CMYK Percentages of Color #aff26d

%28
%0
%55
%5

Triadic Colors of #aff26d

#aff26d #6daff2 #f26daf

Analogous Colors of #aff26d

#aff26d #6df26e #f2f26d

Monochromatic Colors of #aff26d

#aff26d

Complementary Color

#aff26d #b06df2

#aff26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff26d Color CSS Codes

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

#aff26d Text Font Color

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

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


#aff26d Background Color

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

This div background color is #aff26d


#aff26d Border Color

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

This div border color is #aff26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff26d


Comments

No comments written yet.

Please login to write comment.