Color Hex Logo

#abca05 Color Hex

#ABCA05
(171,202,5)
0 Favorites   0 Comments

Color spaces of #abca05

RGB 1712025
HSL0.190.950.41
HSV69°98°79°
CMYK 0.150.000.98   0.21
XYZ37.942550.90997.9704
Yxy50.90990.39190.5258
Hunter Lab71.3512-29.943443.3227
CIE-Lab76.6244-31.086676.0336

#abca05 color RGB value is (171,202,5).

#abca05 hex color red value is 171, green value is 202 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #abca05 hue: 0.19 , saturation: 0.95 and the lightness value of abca05 is 0.41.

The process color (four color CMYK) of #abca05 color hex is 0.15, 0.00, 0.98, 0.21. Web safe color of #abca05 is #99cc00. Color #abca05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 00000101
Octal 253 312 5
Decimal 171 202 5
Hex AB CA 5

RGB Percentages of Color #abca05

%45.24
%53.44
%1.32

CMYK Percentages of Color #abca05

%15
%0
%98
%21

Triadic Colors of #abca05

#abca05 #05abca #ca05ab

Analogous Colors of #abca05

#abca05 #49ca05 #ca8705

Monochromatic Colors of #abca05

#abca05

Complementary Color

#abca05 #2405ca

#abca05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca05 Color CSS Codes

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

#abca05 Text Font Color

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

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


#abca05 Background Color

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

This div background color is #abca05


#abca05 Border Color

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

This div border color is #abca05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca05


Comments

No comments written yet.

Please login to write comment.