Color Hex Logo

#afd46b Color Hex

#AFD46B
(175,212,107)
0 Favorites   0 Comments

Color spaces of #afd46b

RGB 175212107
HSL0.230.550.63
HSV81°50°83°
CMYK 0.170.000.50   0.17
XYZ43.876557.262522.6501
Yxy57.26250.35440.4626
Hunter Lab75.6720-28.927235.2237
CIE-Lab80.3270-28.775347.5770

#afd46b color RGB value is (175,212,107).

#afd46b hex color red value is 175, green value is 212 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afd46b hue: 0.23 , saturation: 0.55 and the lightness value of afd46b is 0.63.

The process color (four color CMYK) of #afd46b color hex is 0.17, 0.00, 0.50, 0.17. Web safe color of #afd46b is #99cc66. Color #afd46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 01101011
Octal 257 324 153
Decimal 175 212 107
Hex AF D4 6B

RGB Percentages of Color #afd46b

%35.43
%42.91
%21.66

CMYK Percentages of Color #afd46b

%17
%0
%50
%17

Triadic Colors of #afd46b

#afd46b #6bafd4 #d46baf

Analogous Colors of #afd46b

#afd46b #7bd46b #d4c56b

Monochromatic Colors of #afd46b

#afd46b

Complementary Color

#afd46b #906bd4

#afd46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd46b Color CSS Codes

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

#afd46b Text Font Color

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

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


#afd46b Background Color

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

This div background color is #afd46b


#afd46b Border Color

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

This div border color is #afd46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd46b


Comments

No comments written yet.

Please login to write comment.