Color Hex Logo

#afe626 Color Hex

#AFE626
(175,230,38)
0 Favorites   0 Comments

Color spaces of #afe626

RGB 17523038
HSL0.210.790.53
HSV77°83°90°
CMYK 0.240.000.83   0.10
XYZ46.325965.847512.1019
Yxy65.84750.37280.5299
Hunter Lab81.1465-40.102047.9602
CIE-Lab84.9186-41.505577.8375

#afe626 color RGB value is (175,230,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 00100110
Octal 257 346 46
Decimal 175 230 38
Hex AF E6 26

RGB Percentages of Color #afe626

%39.50
%51.92
%8.58

CMYK Percentages of Color #afe626

%24
%0
%83
%10

Triadic Colors of #afe626

#afe626 #26afe6 #e626af

Analogous Colors of #afe626

#afe626 #4fe626 #e6bd26

Monochromatic Colors of #afe626

#afe626

Complementary Color

#afe626 #5d26e6

#afe626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe626 Color CSS Codes

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

#afe626 Text Font Color

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

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


#afe626 Background Color

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

This div background color is #afe626


#afe626 Border Color

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

This div border color is #afe626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe626


Comments

No comments written yet.

Please login to write comment.