Color Hex Logo

#afdc26 Color Hex

#AFDC26
(175,220,38)
0 Favorites   0 Comments

Color spaces of #afdc26

RGB 17522038
HSL0.210.720.51
HSV75°83°86°
CMYK 0.200.000.83   0.14
XYZ43.622260.440311.2007
Yxy60.44030.37850.5244
Hunter Lab77.7434-35.893645.8783
CIE-Lab82.0769-37.066075.3869

#afdc26 color RGB value is (175,220,38).

#afdc26 hex color red value is 175, green value is 220 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #afdc26 hue: 0.21 , saturation: 0.72 and the lightness value of afdc26 is 0.51.

The process color (four color CMYK) of #afdc26 color hex is 0.20, 0.00, 0.83, 0.14. Web safe color of #afdc26 is #99cc33. Color #afdc26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 00100110
Octal 257 334 46
Decimal 175 220 38
Hex AF DC 26

RGB Percentages of Color #afdc26

%40.42
%50.81
%8.78

CMYK Percentages of Color #afdc26

%20
%0
%83
%14

Triadic Colors of #afdc26

#afdc26 #26afdc #dc26af

Analogous Colors of #afdc26

#afdc26 #54dc26 #dcae26

Monochromatic Colors of #afdc26

#afdc26

Complementary Color

#afdc26 #5326dc

#afdc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc26 Color CSS Codes

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

#afdc26 Text Font Color

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

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


#afdc26 Background Color

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

This div background color is #afdc26


#afdc26 Border Color

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

This div border color is #afdc26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc26


Comments

No comments written yet.

Please login to write comment.