Color Hex Logo

#aff641 Color Hex

#AFF641
(175,246,65)
0 Favorites   0 Comments

Color spaces of #aff641

RGB 17524665
HSL0.230.910.61
HSV84°74°96°
CMYK 0.290.000.74   0.04
XYZ51.589175.407116.8370
Yxy75.40710.35870.5243
Hunter Lab86.8373-45.920249.2903
CIE-Lab89.5833-47.241874.6912

#aff641 color RGB value is (175,246,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 01000001
Octal 257 366 101
Decimal 175 246 65
Hex AF F6 41

RGB Percentages of Color #aff641

%36.01
%50.62
%13.37

CMYK Percentages of Color #aff641

%29
%0
%74
%4

Triadic Colors of #aff641

#aff641 #41aff6 #f641af

Analogous Colors of #aff641

#aff641 #55f641 #f6e341

Monochromatic Colors of #aff641

#aff641

Complementary Color

#aff641 #8841f6

#aff641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff641 Color CSS Codes

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

#aff641 Text Font Color

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

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


#aff641 Background Color

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

This div background color is #aff641


#aff641 Border Color

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

This div border color is #aff641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff641


Comments

No comments written yet.

Please login to write comment.