Color Hex Logo

#affd2d Color Hex

#AFFD2D
(175,253,45)
0 Favorites   0 Comments

Color spaces of #affd2d

RGB 17525345
HSL0.230.980.58
HSV83°82°99°
CMYK 0.310.000.82   0.01
XYZ53.278179.554015.0300
Yxy79.55400.36030.5380
Hunter Lab89.1930-49.463652.4441
CIE-Lab91.4844-51.032681.9554

#affd2d color RGB value is (175,253,45).

#affd2d hex color red value is 175, green value is 253 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #affd2d hue: 0.23 , saturation: 0.98 and the lightness value of affd2d is 0.58.

The process color (four color CMYK) of #affd2d color hex is 0.31, 0.00, 0.82, 0.01. Web safe color of #affd2d is #99ff33. Color #affd2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 00101101
Octal 257 375 55
Decimal 175 253 45
Hex AF FD 2D

RGB Percentages of Color #affd2d

%37.00
%53.49
%9.51

CMYK Percentages of Color #affd2d

%31
%0
%82
%1

Triadic Colors of #affd2d

#affd2d #2daffd #fd2daf

Analogous Colors of #affd2d

#affd2d #47fd2d #fde32d

Monochromatic Colors of #affd2d

#affd2d

Complementary Color

#affd2d #7b2dfd

#affd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affd2d Color CSS Codes

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

#affd2d Text Font Color

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

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


#affd2d Background Color

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

This div background color is #affd2d


#affd2d Border Color

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

This div border color is #affd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affd2d


Comments

No comments written yet.

Please login to write comment.