Color Hex Logo

#abd468 Color Hex

#ABD468
(171,212,104)
0 Favorites   0 Comments

Color spaces of #abd468

RGB 171212104
HSL0.230.560.62
HSV83°51°83°
CMYK 0.190.000.51   0.17
XYZ42.836856.744421.7917
Yxy56.74440.35290.4675
Hunter Lab75.3289-30.319135.5784
CIE-Lab80.0356-30.596048.5909

#abd468 color RGB value is (171,212,104).

#abd468 hex color red value is 171, green value is 212 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abd468 hue: 0.23 , saturation: 0.56 and the lightness value of abd468 is 0.62.

The process color (four color CMYK) of #abd468 color hex is 0.19, 0.00, 0.51, 0.17. Web safe color of #abd468 is #99cc66. Color #abd468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 01101000
Octal 253 324 150
Decimal 171 212 104
Hex AB D4 68

RGB Percentages of Color #abd468

%35.11
%43.53
%21.36

CMYK Percentages of Color #abd468

%19
%0
%51
%17

Triadic Colors of #abd468

#abd468 #68abd4 #d468ab

Analogous Colors of #abd468

#abd468 #75d468 #d4c768

Monochromatic Colors of #abd468

#abd468

Complementary Color

#abd468 #9168d4

#abd468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd468 Color CSS Codes

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

#abd468 Text Font Color

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

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


#abd468 Background Color

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

This div background color is #abd468


#abd468 Border Color

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

This div border color is #abd468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd468


Comments

No comments written yet.

Please login to write comment.