Color Hex Logo

#afe469 Color Hex

#AFE469
(175,228,105)
0 Favorites   0 Comments

Color spaces of #afe469

RGB 175228105
HSL0.240.690.65
HSV86°54°89°
CMYK 0.230.000.54   0.11
XYZ47.972465.620723.5022
Yxy65.62070.34990.4787
Hunter Lab81.0066-36.053239.5030
CIE-Lab84.8026-36.398053.8257

#afe469 color RGB value is (175,228,105).

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

The process color (four color CMYK) of #afe469 color hex is 0.23, 0.00, 0.54, 0.11. Web safe color of #afe469 is #99cc66. Color #afe469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01101001
Octal 257 344 151
Decimal 175 228 105
Hex AF E4 69

RGB Percentages of Color #afe469

%34.45
%44.88
%20.67

CMYK Percentages of Color #afe469

%23
%0
%54
%11

Triadic Colors of #afe469

#afe469 #69afe4 #e469af

Analogous Colors of #afe469

#afe469 #72e469 #e4dc69

Monochromatic Colors of #afe469

#afe469

Complementary Color

#afe469 #9e69e4

#afe469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe469 Color CSS Codes

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

#afe469 Text Font Color

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

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


#afe469 Background Color

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

This div background color is #afe469


#afe469 Border Color

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

This div border color is #afe469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe469


Comments

No comments written yet.

Please login to write comment.