Color Hex Logo

#aff276 Color Hex

#AFF276
(175,242,118)
0 Favorites   0 Comments

Color spaces of #aff276

RGB 175242118
HSL0.260.830.71
HSV92°51°95°
CMYK 0.280.000.51   0.05
XYZ52.701373.926228.6311
Yxy73.92620.33940.4761
Hunter Lab85.9803-41.054840.4429
CIE-Lab88.8876-41.332752.7092

#aff276 color RGB value is (175,242,118).

#aff276 hex color red value is 175, green value is 242 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aff276 hue: 0.26 , saturation: 0.83 and the lightness value of aff276 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01110110
Octal 257 362 166
Decimal 175 242 118
Hex AF F2 76

RGB Percentages of Color #aff276

%32.71
%45.23
%22.06

CMYK Percentages of Color #aff276

%28
%0
%51
%5

Triadic Colors of #aff276

#aff276 #76aff2 #f276af

Analogous Colors of #aff276

#aff276 #76f27b #edf276

Monochromatic Colors of #aff276

#aff276

Complementary Color

#aff276 #b976f2

#aff276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff276 Color CSS Codes

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

#aff276 Text Font Color

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

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


#aff276 Background Color

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

This div background color is #aff276


#aff276 Border Color

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

This div border color is #aff276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff276


Comments

No comments written yet.

Please login to write comment.