Color Hex Logo

#afee31 Color Hex

#AFEE31
(175,238,49)
0 Favorites   0 Comments

Color spaces of #afee31

RGB 17523849
HSL0.220.850.56
HSV80°79°93°
CMYK 0.260.000.79   0.07
XYZ48.808170.484813.9382
Yxy70.48480.36630.5290
Hunter Lab83.9552-43.149148.9254
CIE-Lab87.2341-44.580377.1933

#afee31 color RGB value is (175,238,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 00110001
Octal 257 356 61
Decimal 175 238 49
Hex AF EE 31

RGB Percentages of Color #afee31

%37.88
%51.52
%10.61

CMYK Percentages of Color #afee31

%26
%0
%79
%7

Triadic Colors of #afee31

#afee31 #31afee #ee31af

Analogous Colors of #afee31

#afee31 #51ee31 #eecf31

Monochromatic Colors of #afee31

#afee31

Complementary Color

#afee31 #7031ee

#afee31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee31 Color CSS Codes

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

#afee31 Text Font Color

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

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


#afee31 Background Color

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

This div background color is #afee31


#afee31 Border Color

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

This div border color is #afee31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee31


Comments

No comments written yet.

Please login to write comment.