Color Hex Logo

#abc6dc Color Hex

#ABC6DC
(171,198,220)
0 Favorites   0 Comments

Color spaces of #abc6dc

RGB 171198220
HSL0.570.410.77
HSV207°22°86°
CMYK 0.220.100.00   0.14
XYZ49.906954.213475.5440
Yxy54.21340.27780.3017
Hunter Lab73.6297-7.8632-9.2906
CIE-Lab78.5860-4.3217-13.9764

#abc6dc color RGB value is (171,198,220).

#abc6dc hex color red value is 171, green value is 198 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abc6dc hue: 0.57 , saturation: 0.41 and the lightness value of abc6dc is 0.77.

The process color (four color CMYK) of #abc6dc color hex is 0.22, 0.10, 0.00, 0.14. Web safe color of #abc6dc is #99cccc. Color #abc6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 11011100
Octal 253 306 334
Decimal 171 198 220
Hex AB C6 DC

RGB Percentages of Color #abc6dc

%29.03
%33.62
%37.35

CMYK Percentages of Color #abc6dc

%22
%10
%0
%14

Triadic Colors of #abc6dc

#abc6dc #dcabc6 #c6dcab

Analogous Colors of #abc6dc

#abc6dc #abaedc #abdcda

Monochromatic Colors of #abc6dc

#abc6dc

Complementary Color

#abc6dc #dcc1ab

#abc6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc6dc Color CSS Codes

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

#abc6dc Text Font Color

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

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


#abc6dc Background Color

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

This div background color is #abc6dc


#abc6dc Border Color

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

This div border color is #abc6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc6dc


Comments

No comments written yet.

Please login to write comment.