Color Hex Logo

#abb6cf Color Hex

#ABB6CF
(171,182,207)
0 Favorites   0 Comments

Color spaces of #abb6cf

RGB 171182207
HSL0.620.270.74
HSV222°17°81°
CMYK 0.170.120.00   0.19
XYZ44.785046.618865.6694
Yxy46.61880.28510.2968
Hunter Lab68.2780-2.4044-9.2303
CIE-Lab73.94531.3811-13.9003

#abb6cf color RGB value is (171,182,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 11001111
Octal 253 266 317
Decimal 171 182 207
Hex AB B6 CF

RGB Percentages of Color #abb6cf

%30.54
%32.50
%36.96

CMYK Percentages of Color #abb6cf

%17
%12
%0
%19

Triadic Colors of #abb6cf

#abb6cf #cfabb6 #b6cfab

Analogous Colors of #abb6cf

#abb6cf #b2abcf #abc8cf

Monochromatic Colors of #abb6cf

#abb6cf

Complementary Color

#abb6cf #cfc4ab

#abb6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb6cf Color CSS Codes

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

#abb6cf Text Font Color

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

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


#abb6cf Background Color

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

This div background color is #abb6cf


#abb6cf Border Color

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

This div border color is #abb6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb6cf

#abb6cf Color Palettes


Comments

No comments written yet.

Please login to write comment.