Color Hex Logo

#afd048 Color Hex

#AFD048
(175,208,72)
0 Favorites   0 Comments

Color spaces of #afd048

RGB 17520872
HSL0.210.590.55
HSV75°65°82°
CMYK 0.160.000.65   0.18
XYZ41.404854.693614.5055
Yxy54.69360.37440.4945
Hunter Lab73.9551-29.485840.1395
CIE-Lab78.8644-29.868061.4135

#afd048 color RGB value is (175,208,72).

#afd048 hex color red value is 175, green value is 208 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #afd048 hue: 0.21 , saturation: 0.59 and the lightness value of afd048 is 0.55.

The process color (four color CMYK) of #afd048 color hex is 0.16, 0.00, 0.65, 0.18. Web safe color of #afd048 is #99cc33. Color #afd048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01001000
Octal 257 320 110
Decimal 175 208 72
Hex AF D0 48

RGB Percentages of Color #afd048

%38.46
%45.71
%15.82

CMYK Percentages of Color #afd048

%16
%0
%65
%18

Triadic Colors of #afd048

#afd048 #48afd0 #d048af

Analogous Colors of #afd048

#afd048 #6bd048 #d0ad48

Monochromatic Colors of #afd048

#afd048

Complementary Color

#afd048 #6948d0

#afd048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd048 Color CSS Codes

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

#afd048 Text Font Color

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

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


#afd048 Background Color

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

This div background color is #afd048


#afd048 Border Color

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

This div border color is #afd048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd048


Comments

No comments written yet.

Please login to write comment.