Color Hex Logo

#aff906 Color Hex

#AFF906
(175,249,6)
0 Favorites   0 Comments

Color spaces of #aff906

RGB 1752496
HSL0.220.950.50
HSV78°98°98°
CMYK 0.300.000.98   0.02
XYZ51.587776.878512.2924
Yxy76.87850.36650.5462
Hunter Lab87.6804-48.418353.0641
CIE-Lab90.2657-50.186586.5547

#aff906 color RGB value is (175,249,6).

#aff906 hex color red value is 175, green value is 249 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aff906 hue: 0.22 , saturation: 0.95 and the lightness value of aff906 is 0.50.

The process color (four color CMYK) of #aff906 color hex is 0.30, 0.00, 0.98, 0.02. Web safe color of #aff906 is #99ff00. Color #aff906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 00000110
Octal 257 371 6
Decimal 175 249 6
Hex AF F9 6

RGB Percentages of Color #aff906

%40.70
%57.91
%1.40

CMYK Percentages of Color #aff906

%30
%0
%98
%2

Triadic Colors of #aff906

#aff906 #06aff9 #f906af

Analogous Colors of #aff906

#aff906 #36f906 #f9ca06

Monochromatic Colors of #aff906

#aff906

Complementary Color

#aff906 #5006f9

#aff906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff906 Color CSS Codes

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

#aff906 Text Font Color

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

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


#aff906 Background Color

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

This div background color is #aff906


#aff906 Border Color

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

This div border color is #aff906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff906


Comments

No comments written yet.

Please login to write comment.