Color Hex Logo

#afbe5d Color Hex

#AFBE5D
(175,190,93)
0 Favorites   0 Comments

Color spaces of #afbe5d

RGB 17519093
HSL0.190.430.55
HSV69°51°75°
CMYK 0.080.000.51   0.25
XYZ38.068446.731217.3695
Yxy46.73120.37260.4574
Hunter Lab68.3602-20.227432.7873
CIE-Lab74.0175-19.443246.7336

#afbe5d color RGB value is (175,190,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01011101
Octal 257 276 135
Decimal 175 190 93
Hex AF BE 5D

RGB Percentages of Color #afbe5d

%38.21
%41.48
%20.31

CMYK Percentages of Color #afbe5d

%8
%0
%51
%25

Triadic Colors of #afbe5d

#afbe5d #5dafbe #be5daf

Analogous Colors of #afbe5d

#afbe5d #7fbe5d #be9d5d

Monochromatic Colors of #afbe5d

#afbe5d

Complementary Color

#afbe5d #6c5dbe

#afbe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe5d Color CSS Codes

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

#afbe5d Text Font Color

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

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


#afbe5d Background Color

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

This div background color is #afbe5d


#afbe5d Border Color

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

This div border color is #afbe5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe5d


Comments

No comments written yet.

Please login to write comment.