Color Hex Logo

#afe88b Color Hex

#AFE88B
(175,232,139)
0 Favorites   0 Comments

Color spaces of #afe88b

RGB 175232139
HSL0.270.670.73
HSV97°40°91°
CMYK 0.250.000.40   0.09
XYZ51.196068.691334.9865
Yxy68.69130.33060.4435
Hunter Lab82.8802-34.779032.9879
CIE-Lab86.3510-34.347739.4810

#afe88b color RGB value is (175,232,139).

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

The process color (four color CMYK) of #afe88b color hex is 0.25, 0.00, 0.40, 0.09. Web safe color of #afe88b is #99ff99. Color #afe88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 10001011
Octal 257 350 213
Decimal 175 232 139
Hex AF E8 8B

RGB Percentages of Color #afe88b

%32.05
%42.49
%25.46

CMYK Percentages of Color #afe88b

%25
%0
%40
%9

Triadic Colors of #afe88b

#afe88b #8bafe8 #e88baf

Analogous Colors of #afe88b

#afe88b #8be896 #dee88b

Monochromatic Colors of #afe88b

#afe88b

Complementary Color

#afe88b #c48be8

#afe88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe88b Color CSS Codes

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

#afe88b Text Font Color

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

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


#afe88b Background Color

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

This div background color is #afe88b


#afe88b Border Color

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

This div border color is #afe88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe88b


Comments

No comments written yet.

Please login to write comment.