Color Hex Logo

#afd66b Color Hex

#AFD66B
(175,214,107)
0 Favorites   0 Comments

Color spaces of #afd66b

RGB 175214107
HSL0.230.570.63
HSV82°50°84°
CMYK 0.180.000.50   0.16
XYZ44.379658.268622.8178
Yxy58.26860.35370.4644
Hunter Lab76.3339-29.806535.7107
CIE-Lab80.8879-29.721548.2523

#afd66b color RGB value is (175,214,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01101011
Octal 257 326 153
Decimal 175 214 107
Hex AF D6 6B

RGB Percentages of Color #afd66b

%35.28
%43.15
%21.57

CMYK Percentages of Color #afd66b

%18
%0
%50
%16

Triadic Colors of #afd66b

#afd66b #6bafd6 #d66baf

Analogous Colors of #afd66b

#afd66b #7ad66b #d6c86b

Monochromatic Colors of #afd66b

#afd66b

Complementary Color

#afd66b #926bd6

#afd66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd66b Color CSS Codes

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

#afd66b Text Font Color

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

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


#afd66b Background Color

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

This div background color is #afd66b


#afd66b Border Color

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

This div border color is #afd66b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,214,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 #afd66b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd66b


Comments

No comments written yet.

Please login to write comment.