Color Hex Logo

#abb6ca Color Hex

#ABB6CA
(171,182,202)
0 Favorites   0 Comments

Color spaces of #abb6ca

RGB 171182202
HSL0.610.230.73
HSV219°15°79°
CMYK 0.150.100.00   0.21
XYZ44.183246.378162.5003
Yxy46.37810.28870.3030
Hunter Lab68.1015-3.3695-6.7425
CIE-Lab73.79020.2989-11.4045

#abb6ca color RGB value is (171,182,202).

#abb6ca hex color red value is 171, green value is 182 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abb6ca hue: 0.61 , saturation: 0.23 and the lightness value of abb6ca is 0.73.

The process color (four color CMYK) of #abb6ca color hex is 0.15, 0.10, 0.00, 0.21. Web safe color of #abb6ca is #99cccc. Color #abb6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 11001010
Octal 253 266 312
Decimal 171 182 202
Hex AB B6 CA

RGB Percentages of Color #abb6ca

%30.81
%32.79
%36.40

CMYK Percentages of Color #abb6ca

%15
%10
%0
%21

Triadic Colors of #abb6ca

#abb6ca #caabb6 #b6caab

Analogous Colors of #abb6ca

#abb6ca #b0abca #abc6ca

Monochromatic Colors of #abb6ca

#abb6ca

Complementary Color

#abb6ca #cabfab

#abb6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb6ca Color CSS Codes

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

#abb6ca Text Font Color

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

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


#abb6ca Background Color

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

This div background color is #abb6ca


#abb6ca Border Color

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

This div border color is #abb6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb6ca


Comments

No comments written yet.

Please login to write comment.