Color Hex Logo

#afd825 Color Hex

#AFD825
(175,216,37)
0 Favorites   0 Comments

Color spaces of #afd825

RGB 17521637
HSL0.200.710.50
HSV74°83°85°
CMYK 0.190.000.83   0.15
XYZ42.569058.359310.7711
Yxy58.35930.38110.5225
Hunter Lab76.3933-34.221745.1157
CIE-Lab80.9381-35.286774.6372

#afd825 color RGB value is (175,216,37).

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

The process color (four color CMYK) of #afd825 color hex is 0.19, 0.00, 0.83, 0.15. Web safe color of #afd825 is #99cc33. Color #afd825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 00100101
Octal 257 330 45
Decimal 175 216 37
Hex AF D8 25

RGB Percentages of Color #afd825

%40.89
%50.47
%8.64

CMYK Percentages of Color #afd825

%19
%0
%83
%15

Triadic Colors of #afd825

#afd825 #25afd8 #d825af

Analogous Colors of #afd825

#afd825 #56d825 #d8a825

Monochromatic Colors of #afd825

#afd825

Complementary Color

#afd825 #4e25d8

#afd825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd825 Color CSS Codes

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

#afd825 Text Font Color

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

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


#afd825 Background Color

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

This div background color is #afd825


#afd825 Border Color

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

This div border color is #afd825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd825


Comments

No comments written yet.

Please login to write comment.