Color Hex Logo

#aff840 Color Hex

#AFF840
(175,248,64)
0 Favorites   0 Comments

Color spaces of #aff840

RGB 17524864
HSL0.230.930.61
HSV84°74°97°
CMYK 0.290.000.74   0.03
XYZ52.172076.618916.8897
Yxy76.61890.35810.5259
Hunter Lab87.5322-46.789749.8323
CIE-Lab90.1459-48.136375.5493

#aff840 color RGB value is (175,248,64).

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

The process color (four color CMYK) of #aff840 color hex is 0.29, 0.00, 0.74, 0.03. Web safe color of #aff840 is #99ff33. Color #aff840 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 01000000
Octal 257 370 100
Decimal 175 248 64
Hex AF F8 40

RGB Percentages of Color #aff840

%35.93
%50.92
%13.14

CMYK Percentages of Color #aff840

%29
%0
%74
%3

Triadic Colors of #aff840

#aff840 #40aff8 #f840af

Analogous Colors of #aff840

#aff840 #53f840 #f8e540

Monochromatic Colors of #aff840

#aff840

Complementary Color

#aff840 #8940f8

#aff840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff840 Color CSS Codes

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

#aff840 Text Font Color

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

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


#aff840 Background Color

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

This div background color is #aff840


#aff840 Border Color

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

This div border color is #aff840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff840


Comments

No comments written yet.

Please login to write comment.