Color Hex Logo

#aff381 Color Hex

#AFF381
(175,243,129)
0 Favorites   0 Comments

Color spaces of #aff381

RGB 175243129
HSL0.270.830.73
HSV96°47°95°
CMYK 0.280.000.47   0.05
XYZ53.692274.800132.3769
Yxy74.80010.33380.4650
Hunter Lab86.4871-40.537438.3454
CIE-Lab89.2993-40.548748.0585

#aff381 color RGB value is (175,243,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10000001
Octal 257 363 201
Decimal 175 243 129
Hex AF F3 81

RGB Percentages of Color #aff381

%31.99
%44.42
%23.58

CMYK Percentages of Color #aff381

%28
%0
%47
%5

Triadic Colors of #aff381

#aff381 #81aff3 #f381af

Analogous Colors of #aff381

#aff381 #81f38c #e8f381

Monochromatic Colors of #aff381

#aff381

Complementary Color

#aff381 #c581f3

#aff381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff381 Color CSS Codes

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

#aff381 Text Font Color

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

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


#aff381 Background Color

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

This div background color is #aff381


#aff381 Border Color

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

This div border color is #aff381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff381


Comments

No comments written yet.

Please login to write comment.