Color Hex Logo

#afbe63 Color Hex

#AFBE63
(175,190,99)
0 Favorites   0 Comments

Color spaces of #afbe63

RGB 17519099
HSL0.190.410.57
HSV70°48°75°
CMYK 0.080.000.48   0.25
XYZ38.344846.841718.8248
Yxy46.84170.36870.4504
Hunter Lab68.4410-19.765231.6009
CIE-Lab74.0884-18.858943.9073

#afbe63 color RGB value is (175,190,99).

#afbe63 hex color red value is 175, green value is 190 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #afbe63 hue: 0.19 , saturation: 0.41 and the lightness value of afbe63 is 0.57.

The process color (four color CMYK) of #afbe63 color hex is 0.08, 0.00, 0.48, 0.25. Web safe color of #afbe63 is #99cc66. Color #afbe63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01100011
Octal 257 276 143
Decimal 175 190 99
Hex AF BE 63

RGB Percentages of Color #afbe63

%37.72
%40.95
%21.34

CMYK Percentages of Color #afbe63

%8
%0
%48
%25

Triadic Colors of #afbe63

#afbe63 #63afbe #be63af

Analogous Colors of #afbe63

#afbe63 #82be63 #bea063

Monochromatic Colors of #afbe63

#afbe63

Complementary Color

#afbe63 #7263be

#afbe63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe63 Color CSS Codes

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

#afbe63 Text Font Color

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

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


#afbe63 Background Color

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

This div background color is #afbe63


#afbe63 Border Color

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

This div border color is #afbe63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe63


Comments

No comments written yet.

Please login to write comment.