Color Hex Logo

#afde55 Color Hex

#AFDE55
(175,222,85)
0 Favorites   0 Comments

Color spaces of #afde55

RGB 17522285
HSL0.220.670.60
HSV81°62°87°
CMYK 0.210.000.62   0.13
XYZ45.440262.012418.1690
Yxy62.01240.36170.4936
Hunter Lab78.7480-34.808541.4440
CIE-Lab82.9200-35.414960.4434

#afde55 color RGB value is (175,222,85).

#afde55 hex color red value is 175, green value is 222 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afde55 hue: 0.22 , saturation: 0.67 and the lightness value of afde55 is 0.60.

The process color (four color CMYK) of #afde55 color hex is 0.21, 0.00, 0.62, 0.13. Web safe color of #afde55 is #99cc66. Color #afde55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 01010101
Octal 257 336 125
Decimal 175 222 85
Hex AF DE 55

RGB Percentages of Color #afde55

%36.31
%46.06
%17.63

CMYK Percentages of Color #afde55

%21
%0
%62
%13

Triadic Colors of #afde55

#afde55 #55afde #de55af

Analogous Colors of #afde55

#afde55 #6bde55 #dec955

Monochromatic Colors of #afde55

#afde55

Complementary Color

#afde55 #8455de

#afde55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde55 Color CSS Codes

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

#afde55 Text Font Color

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

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


#afde55 Background Color

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

This div background color is #afde55


#afde55 Border Color

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

This div border color is #afde55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde55


Comments

No comments written yet.

Please login to write comment.