Color Hex Logo

#abcdba Color Hex

#ABCDBA
(171,205,186)
0 Favorites   0 Comments

Color spaces of #abcdba

RGB 171205186
HSL0.410.250.74
HSV146°17°80°
CMYK 0.170.000.09   0.20
XYZ47.488855.865754.7346
Yxy55.86570.30040.3534
Hunter Lab74.7434-17.38958.9023
CIE-Lab79.5373-15.04525.6951

#abcdba color RGB value is (171,205,186).

#abcdba hex color red value is 171, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abcdba hue: 0.41 , saturation: 0.25 and the lightness value of abcdba is 0.74.

The process color (four color CMYK) of #abcdba color hex is 0.17, 0.00, 0.09, 0.20. Web safe color of #abcdba is #99cccc. Color #abcdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 10111010
Octal 253 315 272
Decimal 171 205 186
Hex AB CD BA

RGB Percentages of Color #abcdba

%30.43
%36.48
%33.10

CMYK Percentages of Color #abcdba

%17
%0
%9
%20

Triadic Colors of #abcdba

#abcdba #baabcd #cdbaab

Analogous Colors of #abcdba

#abcdba #abcdcb #adcdab

Monochromatic Colors of #abcdba

#abcdba

Complementary Color

#abcdba #cdabbe

#abcdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdba Color CSS Codes

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

#abcdba Text Font Color

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

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


#abcdba Background Color

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

This div background color is #abcdba


#abcdba Border Color

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

This div border color is #abcdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdba


Comments

No comments written yet.

Please login to write comment.