Color Hex Logo

#afe069 Color Hex

#AFE069
(175,224,105)
0 Favorites   0 Comments

Color spaces of #afe069

RGB 175224105
HSL0.240.660.65
HSV85°53°88°
CMYK 0.220.000.53   0.12
XYZ46.884763.445223.1397
Yxy63.44520.35130.4754
Hunter Lab79.6525-34.324038.5325
CIE-Lab83.6761-34.574152.5034

#afe069 color RGB value is (175,224,105).

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

The process color (four color CMYK) of #afe069 color hex is 0.22, 0.00, 0.53, 0.12. Web safe color of #afe069 is #99cc66. Color #afe069 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01101001
Octal 257 340 151
Decimal 175 224 105
Hex AF E0 69

RGB Percentages of Color #afe069

%34.72
%44.44
%20.83

CMYK Percentages of Color #afe069

%22
%0
%53
%12

Triadic Colors of #afe069

#afe069 #69afe0 #e069af

Analogous Colors of #afe069

#afe069 #74e069 #e0d669

Monochromatic Colors of #afe069

#afe069

Complementary Color

#afe069 #9a69e0

#afe069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe069 Color CSS Codes

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

#afe069 Text Font Color

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

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


#afe069 Background Color

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

This div background color is #afe069


#afe069 Border Color

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

This div border color is #afe069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe069


Comments

No comments written yet.

Please login to write comment.