Color Hex Logo

#afec8b Color Hex

#AFEC8B
(175,236,139)
0 Favorites   0 Comments

Color spaces of #afec8b

RGB 175236139
HSL0.270.720.74
HSV98°41°93°
CMYK 0.260.000.41   0.07
XYZ52.334870.968935.3661
Yxy70.96890.32980.4473
Hunter Lab84.2430-36.534734.0796
CIE-Lab87.4699-36.176440.9165

#afec8b color RGB value is (175,236,139).

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

The process color (four color CMYK) of #afec8b color hex is 0.26, 0.00, 0.41, 0.07. Web safe color of #afec8b is #99ff99. Color #afec8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10001011
Octal 257 354 213
Decimal 175 236 139
Hex AF EC 8B

RGB Percentages of Color #afec8b

%31.82
%42.91
%25.27

CMYK Percentages of Color #afec8b

%26
%0
%41
%7

Triadic Colors of #afec8b

#afec8b #8bafec #ec8baf

Analogous Colors of #afec8b

#afec8b #8bec98 #e0ec8b

Monochromatic Colors of #afec8b

#afec8b

Complementary Color

#afec8b #c88bec

#afec8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec8b Color CSS Codes

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

#afec8b Text Font Color

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

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


#afec8b Background Color

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

This div background color is #afec8b


#afec8b Border Color

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

This div border color is #afec8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec8b


Comments

No comments written yet.

Please login to write comment.