Color Hex Logo

#abcf6b Color Hex

#ABCF6B
(171,207,107)
0 Favorites   0 Comments

Color spaces of #abcf6b

RGB 171207107
HSL0.230.510.62
HSV82°48°81°
CMYK 0.170.000.48   0.19
XYZ41.761354.345122.1985
Yxy54.34510.35300.4594
Hunter Lab73.7191-27.889633.7498
CIE-Lab78.6625-27.913045.5000

#abcf6b color RGB value is (171,207,107).

#abcf6b hex color red value is 171, green value is 207 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #abcf6b hue: 0.23 , saturation: 0.51 and the lightness value of abcf6b is 0.62.

The process color (four color CMYK) of #abcf6b color hex is 0.17, 0.00, 0.48, 0.19. Web safe color of #abcf6b is #99cc66. Color #abcf6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 01101011
Octal 253 317 153
Decimal 171 207 107
Hex AB CF 6B

RGB Percentages of Color #abcf6b

%35.26
%42.68
%22.06

CMYK Percentages of Color #abcf6b

%17
%0
%48
%19

Triadic Colors of #abcf6b

#abcf6b #6babcf #cf6bab

Analogous Colors of #abcf6b

#abcf6b #79cf6b #cfc16b

Monochromatic Colors of #abcf6b

#abcf6b

Complementary Color

#abcf6b #8f6bcf

#abcf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcf6b Color CSS Codes

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

#abcf6b Text Font Color

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

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


#abcf6b Background Color

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

This div background color is #abcf6b


#abcf6b Border Color

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

This div border color is #abcf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcf6b


Comments

No comments written yet.

Please login to write comment.