Color Hex Logo

#abbccf Color Hex

#ABBCCF
(171,188,207)
0 Favorites   0 Comments

Color spaces of #abbccf

RGB 171188207
HSL0.590.270.74
HSV212°17°81°
CMYK 0.170.090.00   0.19
XYZ46.040349.129466.0878
Yxy49.12940.28550.3047
Hunter Lab70.0924-5.4136-6.8379
CIE-Lab75.5318-1.8554-11.5231

#abbccf color RGB value is (171,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11001111
Octal 253 274 317
Decimal 171 188 207
Hex AB BC CF

RGB Percentages of Color #abbccf

%30.21
%33.22
%36.57

CMYK Percentages of Color #abbccf

%17
%9
%0
%19

Triadic Colors of #abbccf

#abbccf #cfabbc #bccfab

Analogous Colors of #abbccf

#abbccf #acabcf #abcecf

Monochromatic Colors of #abbccf

#abbccf

Complementary Color

#abbccf #cfbeab

#abbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbccf Color CSS Codes

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

#abbccf Text Font Color

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

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


#abbccf Background Color

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

This div background color is #abbccf


#abbccf Border Color

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

This div border color is #abbccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,188,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 #abbccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbccf


Comments

No comments written yet.

Please login to write comment.