Color Hex Logo

#abfa69 Color Hex

#ABFA69
(171,250,105)
0 Favorites   0 Comments

Color spaces of #abfa69

RGB 171250105
HSL0.260.940.70
HSV93°58°98°
CMYK 0.320.000.58   0.02
XYZ53.530078.049125.6083
Yxy78.04910.34050.4965
Hunter Lab88.3454-46.448244.6556
CIE-Lab90.8023-47.443960.6884

#abfa69 color RGB value is (171,250,105).

#abfa69 hex color red value is 171, green value is 250 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #abfa69 hue: 0.26 , saturation: 0.94 and the lightness value of abfa69 is 0.70.

The process color (four color CMYK) of #abfa69 color hex is 0.32, 0.00, 0.58, 0.02. Web safe color of #abfa69 is #99ff66. Color #abfa69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 01101001
Octal 253 372 151
Decimal 171 250 105
Hex AB FA 69

RGB Percentages of Color #abfa69

%32.51
%47.53
%19.96

CMYK Percentages of Color #abfa69

%32
%0
%58
%2

Triadic Colors of #abfa69

#abfa69 #69abfa #fa69ab

Analogous Colors of #abfa69

#abfa69 #69fa70 #f4fa69

Monochromatic Colors of #abfa69

#abfa69

Complementary Color

#abfa69 #b869fa

#abfa69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa69 Color CSS Codes

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

#abfa69 Text Font Color

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

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


#abfa69 Background Color

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

This div background color is #abfa69


#abfa69 Border Color

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

This div border color is #abfa69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa69


Comments

No comments written yet.

Please login to write comment.