Color Hex Logo

#afed6f Color Hex

#AFED6F
(175,237,111)
0 Favorites   0 Comments

Color spaces of #afed6f

RGB 175237111
HSL0.250.780.68
HSV90°53°93°
CMYK 0.260.000.53   0.07
XYZ50.832670.830026.0313
Yxy70.83000.34420.4796
Hunter Lab84.1606-39.467840.5737
CIE-Lab87.4023-39.844454.1503

#afed6f color RGB value is (175,237,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 01101111
Octal 257 355 157
Decimal 175 237 111
Hex AF ED 6F

RGB Percentages of Color #afed6f

%33.46
%45.32
%21.22

CMYK Percentages of Color #afed6f

%26
%0
%53
%7

Triadic Colors of #afed6f

#afed6f #6fafed #ed6faf

Analogous Colors of #afed6f

#afed6f #70ed6f #edec6f

Monochromatic Colors of #afed6f

#afed6f

Complementary Color

#afed6f #ad6fed

#afed6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed6f Color CSS Codes

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

#afed6f Text Font Color

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

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


#afed6f Background Color

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

This div background color is #afed6f


#afed6f Border Color

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

This div border color is #afed6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed6f


Comments

No comments written yet.

Please login to write comment.