Color Hex Logo

#abcccf Color Hex

#ABCCCF
(171,204,207)
0 Favorites   0 Comments

Color spaces of #abcccf

RGB 171204207
HSL0.510.270.74
HSV185°17°81°
CMYK 0.170.010.00   0.19
XYZ49.649956.348767.2910
Yxy56.34870.28650.3252
Hunter Lab75.0658-13.3019-0.6031
CIE-Lab79.8119-10.2991-5.1650

#abcccf color RGB value is (171,204,207).

#abcccf hex color red value is 171, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abcccf hue: 0.51 , saturation: 0.27 and the lightness value of abcccf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11001111
Octal 253 314 317
Decimal 171 204 207
Hex AB CC CF

RGB Percentages of Color #abcccf

%29.38
%35.05
%35.57

CMYK Percentages of Color #abcccf

%17
%1
%0
%19

Triadic Colors of #abcccf

#abcccf #cfabcc #cccfab

Analogous Colors of #abcccf

#abcccf #abbacf #abcfc0

Monochromatic Colors of #abcccf

#abcccf

Complementary Color

#abcccf #cfaeab

#abcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcccf Color CSS Codes

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

#abcccf Text Font Color

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

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


#abcccf Background Color

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

This div background color is #abcccf


#abcccf Border Color

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

This div border color is #abcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcccf


Comments

No comments written yet.

Please login to write comment.