Color Hex Logo

#afdc25 Color Hex

#AFDC25
(175,220,37)
0 Favorites   0 Comments

Color spaces of #afdc25

RGB 17522037
HSL0.210.720.50
HSV75°83°86°
CMYK 0.200.000.83   0.14
XYZ43.606360.433911.1169
Yxy60.43390.37870.5248
Hunter Lab77.7392-35.917645.9389
CIE-Lab82.0735-37.098075.6152

#afdc25 color RGB value is (175,220,37).

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

The process color (four color CMYK) of #afdc25 color hex is 0.20, 0.00, 0.83, 0.14. Web safe color of #afdc25 is #99cc33. Color #afdc25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 00100101
Octal 257 334 45
Decimal 175 220 37
Hex AF DC 25

RGB Percentages of Color #afdc25

%40.51
%50.93
%8.56

CMYK Percentages of Color #afdc25

%20
%0
%83
%14

Triadic Colors of #afdc25

#afdc25 #25afdc #dc25af

Analogous Colors of #afdc25

#afdc25 #53dc25 #dcae25

Monochromatic Colors of #afdc25

#afdc25

Complementary Color

#afdc25 #5225dc

#afdc25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc25 Color CSS Codes

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

#afdc25 Text Font Color

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

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


#afdc25 Background Color

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

This div background color is #afdc25


#afdc25 Border Color

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

This div border color is #afdc25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,220,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 #afdc25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc25


Comments

No comments written yet.

Please login to write comment.