Color Hex Logo

#afbd57 Color Hex

#AFBD57
(175,189,87)
0 Favorites   0 Comments

Color spaces of #afbd57

RGB 17518987
HSL0.190.440.54
HSV68°54°74°
CMYK 0.070.000.54   0.26
XYZ37.597146.197315.9522
Yxy46.19730.37690.4631
Hunter Lab67.9686-20.207133.6627
CIE-Lab73.6734-19.487249.1746

#afbd57 color RGB value is (175,189,87).

#afbd57 hex color red value is 175, green value is 189 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #afbd57 hue: 0.19 , saturation: 0.44 and the lightness value of afbd57 is 0.54.

The process color (four color CMYK) of #afbd57 color hex is 0.07, 0.00, 0.54, 0.26. Web safe color of #afbd57 is #99cc66. Color #afbd57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 01010111
Octal 257 275 127
Decimal 175 189 87
Hex AF BD 57

RGB Percentages of Color #afbd57

%38.80
%41.91
%19.29

CMYK Percentages of Color #afbd57

%7
%0
%54
%26

Triadic Colors of #afbd57

#afbd57 #57afbd #bd57af

Analogous Colors of #afbd57

#afbd57 #7cbd57 #bd9857

Monochromatic Colors of #afbd57

#afbd57

Complementary Color

#afbd57 #6557bd

#afbd57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd57 Color CSS Codes

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

#afbd57 Text Font Color

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

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


#afbd57 Background Color

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

This div background color is #afbd57


#afbd57 Border Color

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

This div border color is #afbd57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd57


Comments

No comments written yet.

Please login to write comment.