Color Hex Logo

#abced1 Color Hex

#ABCED1
(171,206,209)
0 Favorites   0 Comments

Color spaces of #abced1

RGB 171206209
HSL0.510.290.75
HSV185°18°82°
CMYK 0.180.010.00   0.18
XYZ50.374557.404068.7467
Yxy57.40400.28540.3252
Hunter Lab75.7654-13.9094-0.7617
CIE-Lab80.4063-10.9118-5.3599

#abced1 color RGB value is (171,206,209).

#abced1 hex color red value is 171, green value is 206 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abced1 hue: 0.51 , saturation: 0.29 and the lightness value of abced1 is 0.75.

The process color (four color CMYK) of #abced1 color hex is 0.18, 0.01, 0.00, 0.18. Web safe color of #abced1 is #99cccc. Color #abced1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11010001
Octal 253 316 321
Decimal 171 206 209
Hex AB CE D1

RGB Percentages of Color #abced1

%29.18
%35.15
%35.67

CMYK Percentages of Color #abced1

%18
%1
%0
%18

Triadic Colors of #abced1

#abced1 #d1abce #ced1ab

Analogous Colors of #abced1

#abced1 #abbbd1 #abd1c1

Monochromatic Colors of #abced1

#abced1

Complementary Color

#abced1 #d1aeab

#abced1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abced1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abced1 Color CSS Codes

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

#abced1 Text Font Color

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

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


#abced1 Background Color

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

This div background color is #abced1


#abced1 Border Color

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

This div border color is #abced1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abced1


Comments

No comments written yet.

Please login to write comment.