Color Hex Logo

#afefb1 Color Hex

#AFEFB1
(175,239,177)
0 Favorites   0 Comments

Color spaces of #afefb1

RGB 175239177
HSL0.340.670.81
HSV122°27°94°
CMYK 0.270.000.26   0.06
XYZ56.481574.021352.9056
Yxy74.02130.30800.4036
Hunter Lab86.0356-33.379023.7659
CIE-Lab88.9325-31.931123.6851

#afefb1 color RGB value is (175,239,177).

#afefb1 hex color red value is 175, green value is 239 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #afefb1 hue: 0.34 , saturation: 0.67 and the lightness value of afefb1 is 0.81.

The process color (four color CMYK) of #afefb1 color hex is 0.27, 0.00, 0.26, 0.06. Web safe color of #afefb1 is #99ff99. Color #afefb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10110001
Octal 257 357 261
Decimal 175 239 177
Hex AF EF B1

RGB Percentages of Color #afefb1

%29.61
%40.44
%29.95

CMYK Percentages of Color #afefb1

%27
%0
%26
%6

Triadic Colors of #afefb1

#afefb1 #b1afef #efb1af

Analogous Colors of #afefb1

#afefb1 #afefd1 #cdefaf

Monochromatic Colors of #afefb1

#afefb1

Complementary Color

#afefb1 #efafed

#afefb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefb1 Color CSS Codes

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

#afefb1 Text Font Color

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

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


#afefb1 Background Color

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

This div background color is #afefb1


#afefb1 Border Color

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

This div border color is #afefb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefb1


Comments

No comments written yet.

Please login to write comment.