Color Hex Logo

#aff654 Color Hex

#AFF654
(175,246,84)
0 Favorites   0 Comments

Color spaces of #aff654

RGB 17524684
HSL0.240.900.65
HSV86°66°96°
CMYK 0.290.000.66   0.04
XYZ52.235275.665620.2393
Yxy75.66560.35260.5108
Hunter Lab86.9860-45.036047.0950
CIE-Lab89.7039-46.065668.1070

#aff654 color RGB value is (175,246,84).

#aff654 hex color red value is 175, green value is 246 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #aff654 hue: 0.24 , saturation: 0.90 and the lightness value of aff654 is 0.65.

The process color (four color CMYK) of #aff654 color hex is 0.29, 0.00, 0.66, 0.04. Web safe color of #aff654 is #99ff66. Color #aff654 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 01010100
Octal 257 366 124
Decimal 175 246 84
Hex AF F6 54

RGB Percentages of Color #aff654

%34.65
%48.71
%16.63

CMYK Percentages of Color #aff654

%29
%0
%66
%4

Triadic Colors of #aff654

#aff654 #54aff6 #f654af

Analogous Colors of #aff654

#aff654 #5ef654 #f6ec54

Monochromatic Colors of #aff654

#aff654

Complementary Color

#aff654 #9b54f6

#aff654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff654 Color CSS Codes

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

#aff654 Text Font Color

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

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


#aff654 Background Color

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

This div background color is #aff654


#aff654 Border Color

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

This div border color is #aff654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff654


Comments

No comments written yet.

Please login to write comment.