Color Hex Logo

#afdb18 Color Hex

#AFDB18
(175,219,24)
0 Favorites   0 Comments

Color spaces of #afdb18

RGB 17521924
HSL0.200.800.48
HSV74°89°86°
CMYK 0.200.000.89   0.14
XYZ43.175659.842910.1394
Yxy59.84290.38160.5288
Hunter Lab77.3582-35.751446.3795
CIE-Lab81.7527-36.989377.8865

#afdb18 color RGB value is (175,219,24).

#afdb18 hex color red value is 175, green value is 219 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #afdb18 hue: 0.20 , saturation: 0.80 and the lightness value of afdb18 is 0.48.

The process color (four color CMYK) of #afdb18 color hex is 0.20, 0.00, 0.89, 0.14. Web safe color of #afdb18 is #99cc00. Color #afdb18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 00011000
Octal 257 333 30
Decimal 175 219 24
Hex AF DB 18

RGB Percentages of Color #afdb18

%41.87
%52.39
%5.74

CMYK Percentages of Color #afdb18

%20
%0
%89
%14

Triadic Colors of #afdb18

#afdb18 #18afdb #db18af

Analogous Colors of #afdb18

#afdb18 #4ddb18 #dba618

Monochromatic Colors of #afdb18

#afdb18

Complementary Color

#afdb18 #4418db

#afdb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb18 Color CSS Codes

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

#afdb18 Text Font Color

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

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


#afdb18 Background Color

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

This div background color is #afdb18


#afdb18 Border Color

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

This div border color is #afdb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb18


Comments

No comments written yet.

Please login to write comment.