Color Hex Logo

#aff268 Color Hex

#AFF268
(175,242,104)
0 Favorites   0 Comments

Color spaces of #aff268

RGB 175242104
HSL0.250.840.68
HSV89°57°95°
CMYK 0.280.000.57   0.05
XYZ51.930073.617724.5693
Yxy73.61770.34590.4904
Hunter Lab85.8008-42.116143.0827
CIE-Lab88.7415-42.716758.8280

#aff268 color RGB value is (175,242,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01101000
Octal 257 362 150
Decimal 175 242 104
Hex AF F2 68

RGB Percentages of Color #aff268

%33.59
%46.45
%19.96

CMYK Percentages of Color #aff268

%28
%0
%57
%5

Triadic Colors of #aff268

#aff268 #68aff2 #f268af

Analogous Colors of #aff268

#aff268 #6af268 #f2f068

Monochromatic Colors of #aff268

#aff268

Complementary Color

#aff268 #ab68f2

#aff268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff268 Color CSS Codes

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

#aff268 Text Font Color

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

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


#aff268 Background Color

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

This div background color is #aff268


#aff268 Border Color

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

This div border color is #aff268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,242,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 #aff268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff268


Comments

No comments written yet.

Please login to write comment.