Color Hex Logo

#afe89b Color Hex

#AFE89B
(175,232,155)
0 Favorites   0 Comments

Color spaces of #afe89b

RGB 175232155
HSL0.290.630.76
HSV104°33°91°
CMYK 0.250.000.33   0.09
XYZ52.452269.193741.6016
Yxy69.19370.32130.4239
Hunter Lab83.1828-33.013828.5756
CIE-Lab86.5999-32.120131.7699

#afe89b color RGB value is (175,232,155).

#afe89b hex color red value is 175, green value is 232 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #afe89b hue: 0.29 , saturation: 0.63 and the lightness value of afe89b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 10011011
Octal 257 350 233
Decimal 175 232 155
Hex AF E8 9B

RGB Percentages of Color #afe89b

%31.14
%41.28
%27.58

CMYK Percentages of Color #afe89b

%25
%0
%33
%9

Triadic Colors of #afe89b

#afe89b #9bafe8 #e89baf

Analogous Colors of #afe89b

#afe89b #9be8ae #d6e89b

Monochromatic Colors of #afe89b

#afe89b

Complementary Color

#afe89b #d49be8

#afe89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe89b Color CSS Codes

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

#afe89b Text Font Color

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

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


#afe89b Background Color

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

This div background color is #afe89b


#afe89b Border Color

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

This div border color is #afe89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe89b


Comments

No comments written yet.

Please login to write comment.