Color Hex Logo

#afdd25 Color Hex

#AFDD25
(175,221,37)
0 Favorites   0 Comments

Color spaces of #afdd25

RGB 17522137
HSL0.210.730.51
HSV75°83°87°
CMYK 0.210.000.83   0.13
XYZ43.869660.960411.2046
Yxy60.96040.37810.5254
Hunter Lab78.0771-36.340346.1455
CIE-Lab82.3574-37.547475.8597

#afdd25 color RGB value is (175,221,37).

#afdd25 hex color red value is 175, green value is 221 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #afdd25 hue: 0.21 , saturation: 0.73 and the lightness value of afdd25 is 0.51.

The process color (four color CMYK) of #afdd25 color hex is 0.21, 0.00, 0.83, 0.13. Web safe color of #afdd25 is #99cc33. Color #afdd25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00100101
Octal 257 335 45
Decimal 175 221 37
Hex AF DD 25

RGB Percentages of Color #afdd25

%40.42
%51.04
%8.55

CMYK Percentages of Color #afdd25

%21
%0
%83
%13

Triadic Colors of #afdd25

#afdd25 #25afdd #dd25af

Analogous Colors of #afdd25

#afdd25 #53dd25 #ddaf25

Monochromatic Colors of #afdd25

#afdd25

Complementary Color

#afdd25 #5325dd

#afdd25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd25 Color CSS Codes

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

#afdd25 Text Font Color

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

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


#afdd25 Background Color

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

This div background color is #afdd25


#afdd25 Border Color

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

This div border color is #afdd25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd25


Comments

No comments written yet.

Please login to write comment.