Color Hex Logo

#afe569 Color Hex

#AFE569
(175,229,105)
0 Favorites   0 Comments

Color spaces of #afe569

RGB 175229105
HSL0.240.700.65
HSV86°54°90°
CMYK 0.240.000.54   0.10
XYZ48.248366.172523.5942
Yxy66.17250.34960.4795
Hunter Lab81.3465-36.484339.7457
CIE-Lab85.0843-36.850754.1551

#afe569 color RGB value is (175,229,105).

#afe569 hex color red value is 175, green value is 229 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afe569 hue: 0.24 , saturation: 0.70 and the lightness value of afe569 is 0.65.

The process color (four color CMYK) of #afe569 color hex is 0.24, 0.00, 0.54, 0.10. Web safe color of #afe569 is #99cc66. Color #afe569 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01101001
Octal 257 345 151
Decimal 175 229 105
Hex AF E5 69

RGB Percentages of Color #afe569

%34.38
%44.99
%20.63

CMYK Percentages of Color #afe569

%24
%0
%54
%10

Triadic Colors of #afe569

#afe569 #69afe5 #e569af

Analogous Colors of #afe569

#afe569 #71e569 #e5dd69

Monochromatic Colors of #afe569

#afe569

Complementary Color

#afe569 #9f69e5

#afe569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe569 Color CSS Codes

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

#afe569 Text Font Color

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

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


#afe569 Background Color

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

This div background color is #afe569


#afe569 Border Color

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

This div border color is #afe569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe569


Comments

No comments written yet.

Please login to write comment.