Color Hex Logo

#afe68c Color Hex

#AFE68C
(175,230,140)
0 Favorites   0 Comments

Color spaces of #afe68c

RGB 175230140
HSL0.270.640.73
HSV97°39°90°
CMYK 0.240.000.39   0.10
XYZ50.709667.601035.1866
Yxy67.60100.33040.4404
Hunter Lab82.2198-33.793732.1803
CIE-Lab85.8065-33.293538.2817

#afe68c color RGB value is (175,230,140).

#afe68c hex color red value is 175, green value is 230 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #afe68c hue: 0.27 , saturation: 0.64 and the lightness value of afe68c is 0.73.

The process color (four color CMYK) of #afe68c color hex is 0.24, 0.00, 0.39, 0.10. Web safe color of #afe68c is #99ff99. Color #afe68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 10001100
Octal 257 346 214
Decimal 175 230 140
Hex AF E6 8C

RGB Percentages of Color #afe68c

%32.11
%42.20
%25.69

CMYK Percentages of Color #afe68c

%24
%0
%39
%10

Triadic Colors of #afe68c

#afe68c #8cafe6 #e68caf

Analogous Colors of #afe68c

#afe68c #8ce696 #dce68c

Monochromatic Colors of #afe68c

#afe68c

Complementary Color

#afe68c #c38ce6

#afe68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe68c Color CSS Codes

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

#afe68c Text Font Color

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

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


#afe68c Background Color

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

This div background color is #afe68c


#afe68c Border Color

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

This div border color is #afe68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe68c


Comments

No comments written yet.

Please login to write comment.