color codes Logo

#afec6d color codes

#AFEC6D
(175,236,109)
0 Favorites   0 Comments

Color spaces of #afec6d

RGB 175236109
HSL0.250.770.68
HSV89°54°93°
CMYK 0.260.000.54   0.07
XYZ50.435070.209025.3615
Yxy70.20900.34540.4809
Hunter Lab83.7908-39.192040.7079
CIE-Lab87.0993-39.599054.7017

#afec6d color RGB value is (175,236,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 01101101
Octal 257 354 155
Decimal 175 236 109
Hex AF EC 6D

RGB Percentages of Color #afec6d

%33.65
%45.38
%20.96

CMYK Percentages of Color #afec6d

%26
%0
%54
%7

Triadic Colors of #afec6d

#afec6d #6dafec #ec6daf

Analogous Colors of #afec6d

#afec6d #70ec6d #ecea6d

Monochromatic Colors of #afec6d

#afec6d

Complementary Color

#afec6d #aa6dec

#afec6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec6d Color CSS Codes

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

#afec6d Text Font Color

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

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


#afec6d Background Color

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

This div background color is #afec6d


#afec6d Border Color

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

This div border color is #afec6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec6d


Comments

No comments written yet.

Please login to write comment.