Color Hex Logo

#afee22 Color Hex

#AFEE22
(175,238,34)
0 Favorites   0 Comments

Color spaces of #afee22

RGB 17523834
HSL0.220.860.53
HSV79°86°93°
CMYK 0.260.000.86   0.07
XYZ48.542570.378512.5393
Yxy70.37850.36930.5354
Hunter Lab83.8919-43.525149.8623
CIE-Lab87.1822-45.084180.5955

#afee22 color RGB value is (175,238,34).

#afee22 hex color red value is 175, green value is 238 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #afee22 hue: 0.22 , saturation: 0.86 and the lightness value of afee22 is 0.53.

The process color (four color CMYK) of #afee22 color hex is 0.26, 0.00, 0.86, 0.07. Web safe color of #afee22 is #99ff33. Color #afee22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 00100010
Octal 257 356 42
Decimal 175 238 34
Hex AF EE 22

RGB Percentages of Color #afee22

%39.15
%53.24
%7.61

CMYK Percentages of Color #afee22

%26
%0
%86
%7

Triadic Colors of #afee22

#afee22 #22afee #ee22af

Analogous Colors of #afee22

#afee22 #49ee22 #eec722

Monochromatic Colors of #afee22

#afee22

Complementary Color

#afee22 #6122ee

#afee22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee22 Color CSS Codes

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

#afee22 Text Font Color

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

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


#afee22 Background Color

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

This div background color is #afee22


#afee22 Border Color

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

This div border color is #afee22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee22


Comments

No comments written yet.

Please login to write comment.