Color Hex Logo

#afe628 Color Hex

#AFE628
(175,230,40)
0 Favorites   0 Comments

Color spaces of #afe628

RGB 17523040
HSL0.210.790.53
HSV77°83°90°
CMYK 0.240.000.83   0.10
XYZ46.359065.860812.2765
Yxy65.86080.37240.5290
Hunter Lab81.1547-40.053947.8393
CIE-Lab84.9254-41.441177.3890

#afe628 color RGB value is (175,230,40).

#afe628 hex color red value is 175, green value is 230 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afe628 hue: 0.21 , saturation: 0.79 and the lightness value of afe628 is 0.53.

The process color (four color CMYK) of #afe628 color hex is 0.24, 0.00, 0.83, 0.10. Web safe color of #afe628 is #99ff33. Color #afe628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 00101000
Octal 257 346 50
Decimal 175 230 40
Hex AF E6 28

RGB Percentages of Color #afe628

%39.33
%51.69
%8.99

CMYK Percentages of Color #afe628

%24
%0
%83
%10

Triadic Colors of #afe628

#afe628 #28afe6 #e628af

Analogous Colors of #afe628

#afe628 #50e628 #e6be28

Monochromatic Colors of #afe628

#afe628

Complementary Color

#afe628 #5f28e6

#afe628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe628 Color CSS Codes

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

#afe628 Text Font Color

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

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


#afe628 Background Color

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

This div background color is #afe628


#afe628 Border Color

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

This div border color is #afe628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe628


Comments

No comments written yet.

Please login to write comment.