Color Hex Logo

#afcd51 Color Hex

#AFCD51
(175,205,81)
0 Favorites   0 Comments

Color spaces of #afcd51

RGB 17520581
HSL0.210.550.56
HSV75°60°80°
CMYK 0.150.000.60   0.20
XYZ40.995753.370715.9255
Yxy53.37070.37170.4839
Hunter Lab73.0553-27.679638.2139
CIE-Lab78.0934-27.796856.8541

#afcd51 color RGB value is (175,205,81).

#afcd51 hex color red value is 175, green value is 205 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afcd51 hue: 0.21 , saturation: 0.55 and the lightness value of afcd51 is 0.56.

The process color (four color CMYK) of #afcd51 color hex is 0.15, 0.00, 0.60, 0.20. Web safe color of #afcd51 is #99cc66. Color #afcd51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01010001
Octal 257 315 121
Decimal 175 205 81
Hex AF CD 51

RGB Percentages of Color #afcd51

%37.96
%44.47
%17.57

CMYK Percentages of Color #afcd51

%15
%0
%60
%20

Triadic Colors of #afcd51

#afcd51 #51afcd #cd51af

Analogous Colors of #afcd51

#afcd51 #71cd51 #cdad51

Monochromatic Colors of #afcd51

#afcd51

Complementary Color

#afcd51 #6f51cd

#afcd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd51 Color CSS Codes

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

#afcd51 Text Font Color

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

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


#afcd51 Background Color

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

This div background color is #afcd51


#afcd51 Border Color

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

This div border color is #afcd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd51


Comments

No comments written yet.

Please login to write comment.