Color Hex Logo

#afce66 Color Hex

#AFCE66
(175,206,102)
0 Favorites   0 Comments

Color spaces of #afce66

RGB 175206102
HSL0.220.510.60
HSV78°50°81°
CMYK 0.150.000.50   0.19
XYZ42.148854.215920.8136
Yxy54.21590.35970.4627
Hunter Lab73.6314-26.676434.7823
CIE-Lab78.5875-26.417347.8712

#afce66 color RGB value is (175,206,102).

#afce66 hex color red value is 175, green value is 206 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #afce66 hue: 0.22 , saturation: 0.51 and the lightness value of afce66 is 0.60.

The process color (four color CMYK) of #afce66 color hex is 0.15, 0.00, 0.50, 0.19. Web safe color of #afce66 is #99cc66. Color #afce66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 01100110
Octal 257 316 146
Decimal 175 206 102
Hex AF CE 66

RGB Percentages of Color #afce66

%36.23
%42.65
%21.12

CMYK Percentages of Color #afce66

%15
%0
%50
%19

Triadic Colors of #afce66

#afce66 #66afce #ce66af

Analogous Colors of #afce66

#afce66 #7bce66 #ceb966

Monochromatic Colors of #afce66

#afce66

Complementary Color

#afce66 #8566ce

#afce66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce66 Color CSS Codes

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

#afce66 Text Font Color

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

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


#afce66 Background Color

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

This div background color is #afce66


#afce66 Border Color

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

This div border color is #afce66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce66


Comments

No comments written yet.

Please login to write comment.