Color Hex Logo

#aff18b Color Hex

#AFF18B
(175,241,139)
0 Favorites   0 Comments

Color spaces of #aff18b

RGB 175241139
HSL0.270.780.75
HSV99°42°95°
CMYK 0.270.000.42   0.05
XYZ53.794773.888635.8528
Yxy73.88860.32890.4518
Hunter Lab85.9585-38.718135.4414
CIE-Lab88.8698-38.434742.7024

#aff18b color RGB value is (175,241,139).

#aff18b hex color red value is 175, green value is 241 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aff18b hue: 0.27 , saturation: 0.78 and the lightness value of aff18b is 0.75.

The process color (four color CMYK) of #aff18b color hex is 0.27, 0.00, 0.42, 0.05. Web safe color of #aff18b is #99ff99. Color #aff18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 10001011
Octal 257 361 213
Decimal 175 241 139
Hex AF F1 8B

RGB Percentages of Color #aff18b

%31.53
%43.42
%25.05

CMYK Percentages of Color #aff18b

%27
%0
%42
%5

Triadic Colors of #aff18b

#aff18b #8baff1 #f18baf

Analogous Colors of #aff18b

#aff18b #8bf19a #e2f18b

Monochromatic Colors of #aff18b

#aff18b

Complementary Color

#aff18b #cd8bf1

#aff18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff18b Color CSS Codes

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

#aff18b Text Font Color

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

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


#aff18b Background Color

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

This div background color is #aff18b


#aff18b Border Color

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

This div border color is #aff18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff18b


Comments

No comments written yet.

Please login to write comment.