Color Hex Logo

#afed6c Color Hex

#AFED6C
(175,237,108)
0 Favorites   0 Comments

Color spaces of #afed6c

RGB 175237108
HSL0.250.780.68
HSV89°54°93°
CMYK 0.260.000.54   0.07
XYZ50.670270.765025.1758
Yxy70.76500.34560.4827
Hunter Lab84.1219-39.695341.1412
CIE-Lab87.3707-40.140755.4708

#afed6c color RGB value is (175,237,108).

#afed6c hex color red value is 175, green value is 237 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #afed6c hue: 0.25 , saturation: 0.78 and the lightness value of afed6c is 0.68.

The process color (four color CMYK) of #afed6c color hex is 0.26, 0.00, 0.54, 0.07. Web safe color of #afed6c is #99ff66. Color #afed6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 01101100
Octal 257 355 154
Decimal 175 237 108
Hex AF ED 6C

RGB Percentages of Color #afed6c

%33.65
%45.58
%20.77

CMYK Percentages of Color #afed6c

%26
%0
%54
%7

Triadic Colors of #afed6c

#afed6c #6cafed #ed6caf

Analogous Colors of #afed6c

#afed6c #6fed6c #edeb6c

Monochromatic Colors of #afed6c

#afed6c

Complementary Color

#afed6c #aa6ced

#afed6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed6c Color CSS Codes

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

#afed6c Text Font Color

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

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


#afed6c Background Color

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

This div background color is #afed6c


#afed6c Border Color

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

This div border color is #afed6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed6c


Comments

No comments written yet.

Please login to write comment.