Color Hex Logo

#afcc26 Color Hex

#AFCC26
(175,204,38)
0 Favorites   0 Comments

Color spaces of #afcc26

RGB 17520438
HSL0.200.690.47
HSV70°81°80°
CMYK 0.140.000.81   0.20
XYZ39.621952.43969.8673
Yxy52.43960.38870.5145
Hunter Lab72.4152-29.060542.6118
CIE-Lab77.5430-29.692471.4466

#afcc26 color RGB value is (175,204,38).

#afcc26 hex color red value is 175, green value is 204 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #afcc26 hue: 0.20 , saturation: 0.69 and the lightness value of afcc26 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 00100110
Octal 257 314 46
Decimal 175 204 38
Hex AF CC 26

RGB Percentages of Color #afcc26

%41.97
%48.92
%9.11

CMYK Percentages of Color #afcc26

%14
%0
%81
%20

Triadic Colors of #afcc26

#afcc26 #26afcc #cc26af

Analogous Colors of #afcc26

#afcc26 #5ccc26 #cc9626

Monochromatic Colors of #afcc26

#afcc26

Complementary Color

#afcc26 #4326cc

#afcc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc26 Color CSS Codes

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

#afcc26 Text Font Color

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

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


#afcc26 Background Color

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

This div background color is #afcc26


#afcc26 Border Color

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

This div border color is #afcc26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc26


Comments

No comments written yet.

Please login to write comment.