Color Hex Logo

#abdb75 Color Hex

#ABDB75
(171,219,117)
0 Favorites   0 Comments

Color spaces of #abdb75

RGB 171219117
HSL0.250.590.66
HSV88°47°86°
CMYK 0.220.000.47   0.14
XYZ45.337060.605326.1381
Yxy60.60530.34330.4589
Hunter Lab77.8494-32.283834.5878
CIE-Lab82.1661-32.461544.9528

#abdb75 color RGB value is (171,219,117).

#abdb75 hex color red value is 171, green value is 219 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #abdb75 hue: 0.25 , saturation: 0.59 and the lightness value of abdb75 is 0.66.

The process color (four color CMYK) of #abdb75 color hex is 0.22, 0.00, 0.47, 0.14. Web safe color of #abdb75 is #99cc66. Color #abdb75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01110101
Octal 253 333 165
Decimal 171 219 117
Hex AB DB 75

RGB Percentages of Color #abdb75

%33.73
%43.20
%23.08

CMYK Percentages of Color #abdb75

%22
%0
%47
%14

Triadic Colors of #abdb75

#abdb75 #75abdb #db75ab

Analogous Colors of #abdb75

#abdb75 #78db75 #dbd875

Monochromatic Colors of #abdb75

#abdb75

Complementary Color

#abdb75 #a575db

#abdb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb75 Color CSS Codes

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

#abdb75 Text Font Color

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

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


#abdb75 Background Color

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

This div background color is #abdb75


#abdb75 Border Color

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

This div border color is #abdb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb75


Comments

No comments written yet.

Please login to write comment.