Color Hex Logo

#afe136 Color Hex

#AFE136
(175,225,54)
0 Favorites   0 Comments

Color spaces of #afe136

RGB 17522554
HSL0.220.740.55
HSV78°76°88°
CMYK 0.220.000.76   0.12
XYZ45.270363.230713.3088
Yxy63.23070.37160.5191
Hunter Lab79.5177-37.534145.7391
CIE-Lab83.5636-38.676972.4055

#afe136 color RGB value is (175,225,54).

#afe136 hex color red value is 175, green value is 225 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #afe136 hue: 0.22 , saturation: 0.74 and the lightness value of afe136 is 0.55.

The process color (four color CMYK) of #afe136 color hex is 0.22, 0.00, 0.76, 0.12. Web safe color of #afe136 is #99cc33. Color #afe136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00110110
Octal 257 341 66
Decimal 175 225 54
Hex AF E1 36

RGB Percentages of Color #afe136

%38.55
%49.56
%11.89

CMYK Percentages of Color #afe136

%22
%0
%76
%12

Triadic Colors of #afe136

#afe136 #36afe1 #e136af

Analogous Colors of #afe136

#afe136 #5ae136 #e1be36

Monochromatic Colors of #afe136

#afe136

Complementary Color

#afe136 #6836e1

#afe136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe136 Color CSS Codes

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

#afe136 Text Font Color

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

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


#afe136 Background Color

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

This div background color is #afe136


#afe136 Border Color

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

This div border color is #afe136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe136


Comments

No comments written yet.

Please login to write comment.