Color Hex Logo

#afda43 Color Hex

#AFDA43
(175,218,67)
0 Favorites   0 Comments

Color spaces of #afda43

RGB 17521867
HSL0.210.670.56
HSV77°69°85°
CMYK 0.200.000.69   0.15
XYZ43.763759.662014.5195
Yxy59.66200.37110.5058
Hunter Lab77.2412-34.036642.9237
CIE-Lab81.6541-34.827066.1904

#afda43 color RGB value is (175,218,67).

#afda43 hex color red value is 175, green value is 218 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #afda43 hue: 0.21 , saturation: 0.67 and the lightness value of afda43 is 0.56.

The process color (four color CMYK) of #afda43 color hex is 0.20, 0.00, 0.69, 0.15. Web safe color of #afda43 is #99cc33. Color #afda43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 01000011
Octal 257 332 103
Decimal 175 218 67
Hex AF DA 43

RGB Percentages of Color #afda43

%38.04
%47.39
%14.57

CMYK Percentages of Color #afda43

%20
%0
%69
%15

Triadic Colors of #afda43

#afda43 #43afda #da43af

Analogous Colors of #afda43

#afda43 #63da43 #daba43

Monochromatic Colors of #afda43

#afda43

Complementary Color

#afda43 #6e43da

#afda43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda43 Color CSS Codes

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

#afda43 Text Font Color

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

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


#afda43 Background Color

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

This div background color is #afda43


#afda43 Border Color

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

This div border color is #afda43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda43


Comments

No comments written yet.

Please login to write comment.