Color Hex Logo

#abf318 Color Hex

#ABF318
(171,243,24)
0 Favorites   0 Comments

Color spaces of #abf318

RGB 17124324
HSL0.220.900.52
HSV80°90°95°
CMYK 0.300.000.90   0.05
XYZ49.010072.825112.3377
Yxy72.82510.36530.5428
Hunter Lab85.3376-46.827051.1645
CIE-Lab88.3642-48.900283.1578

#abf318 color RGB value is (171,243,24).

#abf318 hex color red value is 171, green value is 243 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #abf318 hue: 0.22 , saturation: 0.90 and the lightness value of abf318 is 0.52.

The process color (four color CMYK) of #abf318 color hex is 0.30, 0.00, 0.90, 0.05. Web safe color of #abf318 is #99ff00. Color #abf318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 00011000
Octal 253 363 30
Decimal 171 243 24
Hex AB F3 18

RGB Percentages of Color #abf318

%39.04
%55.48
%5.48

CMYK Percentages of Color #abf318

%30
%0
%90
%5

Triadic Colors of #abf318

#abf318 #18abf3 #f318ab

Analogous Colors of #abf318

#abf318 #3ef318 #f3ce18

Monochromatic Colors of #abf318

#abf318

Complementary Color

#abf318 #6018f3

#abf318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf318 Color CSS Codes

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

#abf318 Text Font Color

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

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


#abf318 Background Color

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

This div background color is #abf318


#abf318 Border Color

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

This div border color is #abf318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf318


Comments

No comments written yet.

Please login to write comment.