Color Hex Logo

#abcf49 Color Hex

#ABCF49
(171,207,73)
0 Favorites   0 Comments

Color spaces of #abcf49

RGB 17120773
HSL0.210.580.55
HSV76°65°81°
CMYK 0.170.000.65   0.19
XYZ40.310053.764614.5564
Yxy53.76460.37110.4949
Hunter Lab73.3243-30.187439.5568
CIE-Lab78.3243-30.910360.3628

#abcf49 color RGB value is (171,207,73).

#abcf49 hex color red value is 171, green value is 207 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #abcf49 hue: 0.21 , saturation: 0.58 and the lightness value of abcf49 is 0.55.

The process color (four color CMYK) of #abcf49 color hex is 0.17, 0.00, 0.65, 0.19. Web safe color of #abcf49 is #99cc33. Color #abcf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 01001001
Octal 253 317 111
Decimal 171 207 73
Hex AB CF 49

RGB Percentages of Color #abcf49

%37.92
%45.90
%16.19

CMYK Percentages of Color #abcf49

%17
%0
%65
%19

Triadic Colors of #abcf49

#abcf49 #49abcf #cf49ab

Analogous Colors of #abcf49

#abcf49 #68cf49 #cfb049

Monochromatic Colors of #abcf49

#abcf49

Complementary Color

#abcf49 #6d49cf

#abcf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcf49 Color CSS Codes

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

#abcf49 Text Font Color

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

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


#abcf49 Background Color

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

This div background color is #abcf49


#abcf49 Border Color

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

This div border color is #abcf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcf49


Comments

No comments written yet.

Please login to write comment.