Color Hex Logo

#abcf72 Color Hex

#ABCF72
(171,207,114)
0 Favorites   0 Comments

Color spaces of #abcf72

RGB 171207114
HSL0.230.490.63
HSV83°45°81°
CMYK 0.170.000.45   0.19
XYZ42.144754.498524.2176
Yxy54.49850.34870.4509
Hunter Lab73.8231-27.287032.2261
CIE-Lab78.7515-27.136842.1876

#abcf72 color RGB value is (171,207,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 01110010
Octal 253 317 162
Decimal 171 207 114
Hex AB CF 72

RGB Percentages of Color #abcf72

%34.76
%42.07
%23.17

CMYK Percentages of Color #abcf72

%17
%0
%45
%19

Triadic Colors of #abcf72

#abcf72 #72abcf #cf72ab

Analogous Colors of #abcf72

#abcf72 #7dcf72 #cfc572

Monochromatic Colors of #abcf72

#abcf72

Complementary Color

#abcf72 #9672cf

#abcf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcf72 Color CSS Codes

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

#abcf72 Text Font Color

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

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


#abcf72 Background Color

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

This div background color is #abcf72


#abcf72 Border Color

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

This div border color is #abcf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcf72


Comments

No comments written yet.

Please login to write comment.