Color Hex Logo

#abc628 Color Hex

#ABC628
(171,198,40)
0 Favorites   0 Comments

Color spaces of #abc628

RGB 17119840
HSL0.200.660.47
HSV70°80°78°
CMYK 0.140.000.80   0.22
XYZ37.371749.19939.5342
Yxy49.19930.38890.5119
Hunter Lab70.1422-27.644341.0405
CIE-Lab75.5751-28.419469.0762

#abc628 color RGB value is (171,198,40).

#abc628 hex color red value is 171, green value is 198 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #abc628 hue: 0.20 , saturation: 0.66 and the lightness value of abc628 is 0.47.

The process color (four color CMYK) of #abc628 color hex is 0.14, 0.00, 0.80, 0.22. Web safe color of #abc628 is #99cc33. Color #abc628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 00101000
Octal 253 306 50
Decimal 171 198 40
Hex AB C6 28

RGB Percentages of Color #abc628

%41.81
%48.41
%9.78

CMYK Percentages of Color #abc628

%14
%0
%80
%22

Triadic Colors of #abc628

#abc628 #28abc6 #c628ab

Analogous Colors of #abc628

#abc628 #5cc628 #c69228

Monochromatic Colors of #abc628

#abc628

Complementary Color

#abc628 #4328c6

#abc628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc628 Color CSS Codes

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

#abc628 Text Font Color

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

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


#abc628 Background Color

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

This div background color is #abc628


#abc628 Border Color

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

This div border color is #abc628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc628


Comments

No comments written yet.

Please login to write comment.