Color Hex Logo

#afef56 Color Hex

#AFEF56
(175,239,86)
0 Favorites   0 Comments

Color spaces of #afef56

RGB 17523986
HSL0.240.830.64
HSV85°64°94°
CMYK 0.270.000.64   0.06
XYZ50.225471.518819.9615
Yxy71.51880.35440.5047
Hunter Lab84.5688-41.984245.2034
CIE-Lab87.7365-42.907065.2396

#afef56 color RGB value is (175,239,86).

#afef56 hex color red value is 175, green value is 239 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afef56 hue: 0.24 , saturation: 0.83 and the lightness value of afef56 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01010110
Octal 257 357 126
Decimal 175 239 86
Hex AF EF 56

RGB Percentages of Color #afef56

%35.00
%47.80
%17.20

CMYK Percentages of Color #afef56

%27
%0
%64
%6

Triadic Colors of #afef56

#afef56 #56afef #ef56af

Analogous Colors of #afef56

#afef56 #63ef56 #efe356

Monochromatic Colors of #afef56

#afef56

Complementary Color

#afef56 #9656ef

#afef56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef56 Color CSS Codes

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

#afef56 Text Font Color

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

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


#afef56 Background Color

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

This div background color is #afef56


#afef56 Border Color

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

This div border color is #afef56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef56


Comments

No comments written yet.

Please login to write comment.