Color Hex Logo

#abcb62 Color Hex

#ABCB62
(171,203,98)
0 Favorites   0 Comments

Color spaces of #abcb62

RGB 17120398
HSL0.220.500.59
HSV78°52°80°
CMYK 0.160.000.52   0.20
XYZ40.355152.251619.5139
Yxy52.25160.35990.4660
Hunter Lab72.2853-26.847034.5939
CIE-Lab77.4310-26.920148.3272

#abcb62 color RGB value is (171,203,98).

#abcb62 hex color red value is 171, green value is 203 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #abcb62 hue: 0.22 , saturation: 0.50 and the lightness value of abcb62 is 0.59.

The process color (four color CMYK) of #abcb62 color hex is 0.16, 0.00, 0.52, 0.20. Web safe color of #abcb62 is #99cc66. Color #abcb62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01100010
Octal 253 313 142
Decimal 171 203 98
Hex AB CB 62

RGB Percentages of Color #abcb62

%36.23
%43.01
%20.76

CMYK Percentages of Color #abcb62

%16
%0
%52
%20

Triadic Colors of #abcb62

#abcb62 #62abcb #cb62ab

Analogous Colors of #abcb62

#abcb62 #77cb62 #cbb762

Monochromatic Colors of #abcb62

#abcb62

Complementary Color

#abcb62 #8262cb

#abcb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb62 Color CSS Codes

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

#abcb62 Text Font Color

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

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


#abcb62 Background Color

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

This div background color is #abcb62


#abcb62 Border Color

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

This div border color is #abcb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb62


Comments

No comments written yet.

Please login to write comment.