Color Hex Logo

#abb315 Color Hex

#ABB315
(171,179,21)
0 Favorites   0 Comments

Color spaces of #abb315

RGB 17117921
HSL0.180.790.39
HSV63°88°70°
CMYK 0.040.000.88   0.30
XYZ33.050040.95236.8721
Yxy40.95230.40870.5064
Hunter Lab63.9940-19.802338.4288
CIE-Lab70.1425-19.704868.8922

#abb315 color RGB value is (171,179,21).

#abb315 hex color red value is 171, green value is 179 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #abb315 hue: 0.18 , saturation: 0.79 and the lightness value of abb315 is 0.39.

The process color (four color CMYK) of #abb315 color hex is 0.04, 0.00, 0.88, 0.30. Web safe color of #abb315 is #99cc00. Color #abb315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 00010101
Octal 253 263 25
Decimal 171 179 21
Hex AB B3 15

RGB Percentages of Color #abb315

%46.09
%48.25
%5.66

CMYK Percentages of Color #abb315

%4
%0
%88
%30

Triadic Colors of #abb315

#abb315 #15abb3 #b315ab

Analogous Colors of #abb315

#abb315 #5cb315 #b36c15

Monochromatic Colors of #abb315

#abb315

Complementary Color

#abb315 #1d15b3

#abb315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb315 Color CSS Codes

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

#abb315 Text Font Color

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

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


#abb315 Background Color

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

This div background color is #abb315


#abb315 Border Color

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

This div border color is #abb315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb315


Comments

No comments written yet.

Please login to write comment.