Color Hex Logo

#abc262 Color Hex

#ABC262
(171,194,98)
0 Favorites   0 Comments

Color spaces of #abc262

RGB 17119498
HSL0.210.440.57
HSV74°49°76°
CMYK 0.120.000.49   0.24
XYZ38.291048.123318.8259
Yxy48.12330.36380.4573
Hunter Lab69.3710-22.871732.4695
CIE-Lab74.9026-22.541445.3090

#abc262 color RGB value is (171,194,98).

#abc262 hex color red value is 171, green value is 194 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #abc262 hue: 0.21 , saturation: 0.44 and the lightness value of abc262 is 0.57.

The process color (four color CMYK) of #abc262 color hex is 0.12, 0.00, 0.49, 0.24. Web safe color of #abc262 is #99cc66. Color #abc262 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 01100010
Octal 253 302 142
Decimal 171 194 98
Hex AB C2 62

RGB Percentages of Color #abc262

%36.93
%41.90
%21.17

CMYK Percentages of Color #abc262

%12
%0
%49
%24

Triadic Colors of #abc262

#abc262 #62abc2 #c262ab

Analogous Colors of #abc262

#abc262 #7bc262 #c2a962

Monochromatic Colors of #abc262

#abc262

Complementary Color

#abc262 #7962c2

#abc262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc262 Color CSS Codes

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

#abc262 Text Font Color

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

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


#abc262 Background Color

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

This div background color is #abc262


#abc262 Border Color

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

This div border color is #abc262


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,194,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 #abc262">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc262


Comments

No comments written yet.

Please login to write comment.