Color Hex Logo

#afd43b Color Hex

#AFD43B
(175,212,59)
0 Favorites   0 Comments

Color spaces of #afd43b

RGB 17521259
HSL0.210.640.53
HSV75°72°83°
CMYK 0.170.000.72   0.17
XYZ42.012156.516712.8322
Yxy56.51670.37730.5075
Hunter Lab75.1776-31.808242.5040
CIE-Lab79.9070-32.517667.3002

#afd43b color RGB value is (175,212,59).

#afd43b hex color red value is 175, green value is 212 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #afd43b hue: 0.21 , saturation: 0.64 and the lightness value of afd43b is 0.53.

The process color (four color CMYK) of #afd43b color hex is 0.17, 0.00, 0.72, 0.17. Web safe color of #afd43b is #99cc33. Color #afd43b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 00111011
Octal 257 324 73
Decimal 175 212 59
Hex AF D4 3B

RGB Percentages of Color #afd43b

%39.24
%47.53
%13.23

CMYK Percentages of Color #afd43b

%17
%0
%72
%17

Triadic Colors of #afd43b

#afd43b #3bafd4 #d43baf

Analogous Colors of #afd43b

#afd43b #62d43b #d4ad3b

Monochromatic Colors of #afd43b

#afd43b

Complementary Color

#afd43b #603bd4

#afd43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd43b Color CSS Codes

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

#afd43b Text Font Color

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

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


#afd43b Background Color

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

This div background color is #afd43b


#afd43b Border Color

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

This div border color is #afd43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd43b


Comments

No comments written yet.

Please login to write comment.