Color Hex Logo

#afef7b Color Hex

#AFEF7B
(175,239,123)
0 Favorites   0 Comments

Color spaces of #afef7b

RGB 175239123
HSL0.260.780.71
HSV93°49°94°
CMYK 0.270.000.49   0.06
XYZ52.120872.277029.9427
Yxy72.27700.33770.4683
Hunter Lab85.0159-39.344638.6291
CIE-Lab88.1017-39.459249.4268

#afef7b color RGB value is (175,239,123).

#afef7b hex color red value is 175, green value is 239 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afef7b hue: 0.26 , saturation: 0.78 and the lightness value of afef7b is 0.71.

The process color (four color CMYK) of #afef7b color hex is 0.27, 0.00, 0.49, 0.06. Web safe color of #afef7b is #99ff66. Color #afef7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01111011
Octal 257 357 173
Decimal 175 239 123
Hex AF EF 7B

RGB Percentages of Color #afef7b

%32.59
%44.51
%22.91

CMYK Percentages of Color #afef7b

%27
%0
%49
%6

Triadic Colors of #afef7b

#afef7b #7bafef #ef7baf

Analogous Colors of #afef7b

#afef7b #7bef81 #e9ef7b

Monochromatic Colors of #afef7b

#afef7b

Complementary Color

#afef7b #bb7bef

#afef7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef7b Color CSS Codes

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

#afef7b Text Font Color

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

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


#afef7b Background Color

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

This div background color is #afef7b


#afef7b Border Color

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

This div border color is #afef7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef7b


Comments

No comments written yet.

Please login to write comment.