Color Hex Logo

#afe645 Color Hex

#AFE645
(175,230,69)
0 Favorites   0 Comments

Color spaces of #afe645

RGB 17523069
HSL0.220.760.59
HSV80°70°90°
CMYK 0.240.000.70   0.10
XYZ47.050266.137315.9162
Yxy66.13730.36440.5123
Hunter Lab81.3248-39.047945.3237
CIE-Lab85.0664-40.102668.8971

#afe645 color RGB value is (175,230,69).

#afe645 hex color red value is 175, green value is 230 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #afe645 hue: 0.22 , saturation: 0.76 and the lightness value of afe645 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 01000101
Octal 257 346 105
Decimal 175 230 69
Hex AF E6 45

RGB Percentages of Color #afe645

%36.92
%48.52
%14.56

CMYK Percentages of Color #afe645

%24
%0
%70
%10

Triadic Colors of #afe645

#afe645 #45afe6 #e645af

Analogous Colors of #afe645

#afe645 #5fe645 #e6cd45

Monochromatic Colors of #afe645

#afe645

Complementary Color

#afe645 #7c45e6

#afe645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe645 Color CSS Codes

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

#afe645 Text Font Color

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

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


#afe645 Background Color

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

This div background color is #afe645


#afe645 Border Color

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

This div border color is #afe645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe645


Comments

No comments written yet.

Please login to write comment.