Color Hex Logo

#afdb25 Color Hex

#AFDB25
(175,219,37)
0 Favorites   0 Comments

Color spaces of #afdb25

RGB 17521937
HSL0.210.720.50
HSV75°83°86°
CMYK 0.200.000.83   0.14
XYZ43.344659.910611.0297
Yxy59.91060.37930.5242
Hunter Lab77.4019-35.494545.7326
CIE-Lab81.7896-36.647375.3708

#afdb25 color RGB value is (175,219,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 00100101
Octal 257 333 45
Decimal 175 219 37
Hex AF DB 25

RGB Percentages of Color #afdb25

%40.60
%50.81
%8.58

CMYK Percentages of Color #afdb25

%20
%0
%83
%14

Triadic Colors of #afdb25

#afdb25 #25afdb #db25af

Analogous Colors of #afdb25

#afdb25 #54db25 #dbac25

Monochromatic Colors of #afdb25

#afdb25

Complementary Color

#afdb25 #5125db

#afdb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb25 Color CSS Codes

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

#afdb25 Text Font Color

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

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


#afdb25 Background Color

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

This div background color is #afdb25


#afdb25 Border Color

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

This div border color is #afdb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb25


Comments

No comments written yet.

Please login to write comment.