Color Hex Logo

#afbe60 Color Hex

#AFBE60
(175,190,96)
0 Favorites   0 Comments

Color spaces of #afbe60

RGB 17519096
HSL0.190.420.56
HSV70°49°75°
CMYK 0.080.000.49   0.25
XYZ38.204046.785418.0833
Yxy46.78540.37070.4539
Hunter Lab68.3999-20.000532.2050
CIE-Lab74.0523-19.156145.3276

#afbe60 color RGB value is (175,190,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01100000
Octal 257 276 140
Decimal 175 190 96
Hex AF BE 60

RGB Percentages of Color #afbe60

%37.96
%41.21
%20.82

CMYK Percentages of Color #afbe60

%8
%0
%49
%25

Triadic Colors of #afbe60

#afbe60 #60afbe #be60af

Analogous Colors of #afbe60

#afbe60 #80be60 #be9e60

Monochromatic Colors of #afbe60

#afbe60

Complementary Color

#afbe60 #6f60be

#afbe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe60 Color CSS Codes

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

#afbe60 Text Font Color

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

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


#afbe60 Background Color

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

This div background color is #afbe60


#afbe60 Border Color

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

This div border color is #afbe60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe60


Comments

No comments written yet.

Please login to write comment.