Color Hex Logo

#aff383 Color Hex

#AFF383
(175,243,131)
0 Favorites   0 Comments

Color spaces of #aff383

RGB 175243131
HSL0.270.820.73
HSV96°46°95°
CMYK 0.280.000.46   0.05
XYZ53.826574.853833.0840
Yxy74.85380.33270.4627
Hunter Lab86.5181-40.354437.8905
CIE-Lab89.3245-40.313047.1372

#aff383 color RGB value is (175,243,131).

#aff383 hex color red value is 175, green value is 243 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aff383 hue: 0.27 , saturation: 0.82 and the lightness value of aff383 is 0.73.

The process color (four color CMYK) of #aff383 color hex is 0.28, 0.00, 0.46, 0.05. Web safe color of #aff383 is #99ff99. Color #aff383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10000011
Octal 257 363 203
Decimal 175 243 131
Hex AF F3 83

RGB Percentages of Color #aff383

%31.88
%44.26
%23.86

CMYK Percentages of Color #aff383

%28
%0
%46
%5

Triadic Colors of #aff383

#aff383 #83aff3 #f383af

Analogous Colors of #aff383

#aff383 #83f38f #e7f383

Monochromatic Colors of #aff383

#aff383

Complementary Color

#aff383 #c783f3

#aff383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff383 Color CSS Codes

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

#aff383 Text Font Color

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

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


#aff383 Background Color

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

This div background color is #aff383


#aff383 Border Color

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

This div border color is #aff383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff383


Comments

No comments written yet.

Please login to write comment.