Color Hex Logo

#abcdbf Color Hex

#ABCDBF
(171,205,191)
0 Favorites   0 Comments

Color spaces of #abcdbf

RGB 171205191
HSL0.430.250.74
HSV155°17°80°
CMYK 0.170.000.07   0.20
XYZ48.029956.082257.5837
Yxy56.08220.29700.3468
Hunter Lab74.8880-16.57206.8317
CIE-Lab79.6606-14.07523.1949

#abcdbf color RGB value is (171,205,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 10111111
Octal 253 315 277
Decimal 171 205 191
Hex AB CD BF

RGB Percentages of Color #abcdbf

%30.16
%36.16
%33.69

CMYK Percentages of Color #abcdbf

%17
%0
%7
%20

Triadic Colors of #abcdbf

#abcdbf #bfabcd #cdbfab

Analogous Colors of #abcdbf

#abcdbf #abcacd #abcdae

Monochromatic Colors of #abcdbf

#abcdbf

Complementary Color

#abcdbf #cdabb9

#abcdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdbf Color CSS Codes

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

#abcdbf Text Font Color

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

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


#abcdbf Background Color

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

This div background color is #abcdbf


#abcdbf Border Color

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

This div border color is #abcdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdbf


Comments

No comments written yet.

Please login to write comment.