Color Hex Logo

#abc215 Color Hex

#ABC215
(171,194,21)
0 Favorites   0 Comments

Color spaces of #abc215

RGB 17119421
HSL0.190.800.42
HSV68°89°76°
CMYK 0.120.000.89   0.24
XYZ36.221747.29567.9294
Yxy47.29560.39610.5172
Hunter Lab68.7718-26.335741.3041
CIE-Lab74.3785-27.057772.3050

#abc215 color RGB value is (171,194,21).

#abc215 hex color red value is 171, green value is 194 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #abc215 hue: 0.19 , saturation: 0.80 and the lightness value of abc215 is 0.42.

The process color (four color CMYK) of #abc215 color hex is 0.12, 0.00, 0.89, 0.24. Web safe color of #abc215 is #99cc00. Color #abc215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 00010101
Octal 253 302 25
Decimal 171 194 21
Hex AB C2 15

RGB Percentages of Color #abc215

%44.30
%50.26
%5.44

CMYK Percentages of Color #abc215

%12
%0
%89
%24

Triadic Colors of #abc215

#abc215 #15abc2 #c215ab

Analogous Colors of #abc215

#abc215 #54c215 #c28315

Monochromatic Colors of #abc215

#abc215

Complementary Color

#abc215 #2c15c2

#abc215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc215 Color CSS Codes

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

#abc215 Text Font Color

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

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


#abc215 Background Color

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

This div background color is #abc215


#abc215 Border Color

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

This div border color is #abc215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc215


Comments

No comments written yet.

Please login to write comment.