Color Hex Logo

#abf968 Color Hex

#ABF968
(171,249,104)
0 Favorites   0 Comments

Color spaces of #abf968

RGB 171249104
HSL0.260.920.69
HSV92°58°98°
CMYK 0.310.000.58   0.02
XYZ53.169077.408825.2358
Yxy77.40880.34120.4968
Hunter Lab87.9823-46.098844.5815
CIE-Lab90.5094-47.111960.7849

#abf968 color RGB value is (171,249,104).

#abf968 hex color red value is 171, green value is 249 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abf968 hue: 0.26 , saturation: 0.92 and the lightness value of abf968 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 01101000
Octal 253 371 150
Decimal 171 249 104
Hex AB F9 68

RGB Percentages of Color #abf968

%32.63
%47.52
%19.85

CMYK Percentages of Color #abf968

%31
%0
%58
%2

Triadic Colors of #abf968

#abf968 #68abf9 #f968ab

Analogous Colors of #abf968

#abf968 #68f96e #f4f968

Monochromatic Colors of #abf968

#abf968

Complementary Color

#abf968 #b668f9

#abf968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf968 Color CSS Codes

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

#abf968 Text Font Color

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

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


#abf968 Background Color

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

This div background color is #abf968


#abf968 Border Color

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

This div border color is #abf968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf968

Related Colors


Comments

No comments written yet.

Please login to write comment.