Color Hex Logo

#afd746 Color Hex

#AFD746
(175,215,70)
0 Favorites   0 Comments

Color spaces of #afd746

RGB 17521570
HSL0.210.640.56
HSV77°67°84°
CMYK 0.190.000.67   0.16
XYZ43.085158.157014.7490
Yxy58.15700.37150.5014
Hunter Lab76.2607-32.609041.9157
CIE-Lab80.8260-33.263564.2271

#afd746 color RGB value is (175,215,70).

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

The process color (four color CMYK) of #afd746 color hex is 0.19, 0.00, 0.67, 0.16. Web safe color of #afd746 is #99cc33. Color #afd746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 01000110
Octal 257 327 106
Decimal 175 215 70
Hex AF D7 46

RGB Percentages of Color #afd746

%38.04
%46.74
%15.22

CMYK Percentages of Color #afd746

%19
%0
%67
%16

Triadic Colors of #afd746

#afd746 #46afd7 #d746af

Analogous Colors of #afd746

#afd746 #67d746 #d7b746

Monochromatic Colors of #afd746

#afd746

Complementary Color

#afd746 #6e46d7

#afd746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd746 Color CSS Codes

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

#afd746 Text Font Color

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

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


#afd746 Background Color

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

This div background color is #afd746


#afd746 Border Color

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

This div border color is #afd746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd746


Comments

No comments written yet.

Please login to write comment.