Color Hex Logo

#afefa2 Color Hex

#AFEFA2
(175,239,162)
0 Favorites   0 Comments

Color spaces of #afefa2

RGB 175239162
HSL0.310.710.79
HSV110°32°94°
CMYK 0.270.000.32   0.06
XYZ55.067373.455645.4584
Yxy73.45560.31650.4222
Hunter Lab85.7062-35.297528.5471
CIE-Lab88.6646-34.314030.9767

#afefa2 color RGB value is (175,239,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10100010
Octal 257 357 242
Decimal 175 239 162
Hex AF EF A2

RGB Percentages of Color #afefa2

%30.38
%41.49
%28.13

CMYK Percentages of Color #afefa2

%27
%0
%32
%6

Triadic Colors of #afefa2

#afefa2 #a2afef #efa2af

Analogous Colors of #afefa2

#afefa2 #a2efbc #d6efa2

Monochromatic Colors of #afefa2

#afefa2

Complementary Color

#afefa2 #e2a2ef

#afefa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefa2 Color CSS Codes

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

#afefa2 Text Font Color

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

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


#afefa2 Background Color

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

This div background color is #afefa2


#afefa2 Border Color

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

This div border color is #afefa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefa2


Comments

No comments written yet.

Please login to write comment.