Color Hex Logo

#abf685 Color Hex

#ABF685
(171,246,133)
0 Favorites   0 Comments

Color spaces of #abf685

RGB 171246133
HSL0.280.860.74
HSV100°46°96°
CMYK 0.300.000.46   0.04
XYZ53.984076.262934.0653
Yxy76.26290.32850.4641
Hunter Lab87.3286-42.481638.0021
CIE-Lab89.9813-42.740946.9531

#abf685 color RGB value is (171,246,133).

#abf685 hex color red value is 171, green value is 246 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #abf685 hue: 0.28 , saturation: 0.86 and the lightness value of abf685 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 10000101
Octal 253 366 205
Decimal 171 246 133
Hex AB F6 85

RGB Percentages of Color #abf685

%31.09
%44.73
%24.18

CMYK Percentages of Color #abf685

%30
%0
%46
%4

Triadic Colors of #abf685

#abf685 #85abf6 #f685ab

Analogous Colors of #abf685

#abf685 #85f698 #e4f685

Monochromatic Colors of #abf685

#abf685

Complementary Color

#abf685 #d085f6

#abf685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf685 Color CSS Codes

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

#abf685 Text Font Color

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

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


#abf685 Background Color

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

This div background color is #abf685


#abf685 Border Color

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

This div border color is #abf685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf685


Comments

No comments written yet.

Please login to write comment.