Color Hex Logo

#aff686 Color Hex

#AFF686
(175,246,134)
0 Favorites   0 Comments

Color spaces of #aff686

RGB 175246134
HSL0.270.860.75
HSV98°46°96°
CMYK 0.290.000.46   0.04
XYZ54.938076.746734.4723
Yxy76.74670.33060.4619
Hunter Lab87.6052-41.370137.9933
CIE-Lab90.2049-41.279946.8001

#aff686 color RGB value is (175,246,134).

#aff686 hex color red value is 175, green value is 246 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aff686 hue: 0.27 , saturation: 0.86 and the lightness value of aff686 is 0.75.

The process color (four color CMYK) of #aff686 color hex is 0.29, 0.00, 0.46, 0.04. Web safe color of #aff686 is #99ff99. Color #aff686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 10000110
Octal 257 366 206
Decimal 175 246 134
Hex AF F6 86

RGB Percentages of Color #aff686

%31.53
%44.32
%24.14

CMYK Percentages of Color #aff686

%29
%0
%46
%4

Triadic Colors of #aff686

#aff686 #86aff6 #f686af

Analogous Colors of #aff686

#aff686 #86f695 #e7f686

Monochromatic Colors of #aff686

#aff686

Complementary Color

#aff686 #cd86f6

#aff686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff686 Color CSS Codes

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

#aff686 Text Font Color

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

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


#aff686 Background Color

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

This div background color is #aff686


#aff686 Border Color

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

This div border color is #aff686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff686


Comments

No comments written yet.

Please login to write comment.