Color Hex Logo

#afff62 Color Hex

#AFFF62
(175,255,98)
0 Favorites   0 Comments

Color spaces of #afff62

RGB 17525598
HSL0.251.000.69
HSV91°62°100°
CMYK 0.310.000.62   0.00
XYZ55.643881.515824.3567
Yxy81.51580.34450.5047
Hunter Lab90.2861-47.990247.2055
CIE-Lab92.3607-48.796365.4202

#afff62 color RGB value is (175,255,98).

#afff62 hex color red value is 175, green value is 255 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #afff62 hue: 0.25 , saturation: 1.00 and the lightness value of afff62 is 0.69.

The process color (four color CMYK) of #afff62 color hex is 0.31, 0.00, 0.62, 0.00. Web safe color of #afff62 is #99ff66. Color #afff62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 01100010
Octal 257 377 142
Decimal 175 255 98
Hex AF FF 62

RGB Percentages of Color #afff62

%33.14
%48.30
%18.56

CMYK Percentages of Color #afff62

%31
%0
%62
%0

Triadic Colors of #afff62

#afff62 #62afff #ff62af

Analogous Colors of #afff62

#afff62 #62ff63 #feff62

Monochromatic Colors of #afff62

#afff62

Complementary Color

#afff62 #b262ff

#afff62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff62 Color CSS Codes

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

#afff62 Text Font Color

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

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


#afff62 Background Color

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

This div background color is #afff62


#afff62 Border Color

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

This div border color is #afff62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff62

Related Colors


Comments

No comments written yet.

Please login to write comment.