Color Hex Logo

#affc40 Color Hex

#AFFC40
(175,252,64)
0 Favorites   0 Comments

Color spaces of #affc40

RGB 17525264
HSL0.230.970.62
HSV85°75°99°
CMYK 0.310.000.75   0.01
XYZ53.415079.104917.3040
Yxy79.10490.35650.5280
Hunter Lab88.9409-48.445450.7234
CIE-Lab91.2817-49.806376.6360

#affc40 color RGB value is (175,252,64).

#affc40 hex color red value is 175, green value is 252 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #affc40 hue: 0.23 , saturation: 0.97 and the lightness value of affc40 is 0.62.

The process color (four color CMYK) of #affc40 color hex is 0.31, 0.00, 0.75, 0.01. Web safe color of #affc40 is #99ff33. Color #affc40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 01000000
Octal 257 374 100
Decimal 175 252 64
Hex AF FC 40

RGB Percentages of Color #affc40

%35.64
%51.32
%13.03

CMYK Percentages of Color #affc40

%31
%0
%75
%1

Triadic Colors of #affc40

#affc40 #40affc #fc40af

Analogous Colors of #affc40

#affc40 #51fc40 #fceb40

Monochromatic Colors of #affc40

#affc40

Complementary Color

#affc40 #8d40fc

#affc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc40 Color CSS Codes

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

#affc40 Text Font Color

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

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


#affc40 Background Color

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

This div background color is #affc40


#affc40 Border Color

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

This div border color is #affc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc40


Comments

No comments written yet.

Please login to write comment.