Color Hex Logo

#afe242 Color Hex

#AFE242
(175,226,66)
0 Favorites   0 Comments

Color spaces of #afe242

RGB 17522666
HSL0.220.730.57
HSV79°71°89°
CMYK 0.230.000.71   0.11
XYZ45.858963.900015.0712
Yxy63.90000.36740.5119
Hunter Lab79.9375-37.487944.7779
CIE-Lab83.9137-38.500868.8081

#afe242 color RGB value is (175,226,66).

#afe242 hex color red value is 175, green value is 226 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #afe242 hue: 0.22 , saturation: 0.73 and the lightness value of afe242 is 0.57.

The process color (four color CMYK) of #afe242 color hex is 0.23, 0.00, 0.71, 0.11. Web safe color of #afe242 is #99cc33. Color #afe242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 01000010
Octal 257 342 102
Decimal 175 226 66
Hex AF E2 42

RGB Percentages of Color #afe242

%37.47
%48.39
%14.13

CMYK Percentages of Color #afe242

%23
%0
%71
%11

Triadic Colors of #afe242

#afe242 #42afe2 #e242af

Analogous Colors of #afe242

#afe242 #5fe242 #e2c542

Monochromatic Colors of #afe242

#afe242

Complementary Color

#afe242 #7542e2

#afe242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe242 Color CSS Codes

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

#afe242 Text Font Color

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

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


#afe242 Background Color

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

This div background color is #afe242


#afe242 Border Color

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

This div border color is #afe242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe242


Comments

No comments written yet.

Please login to write comment.