Color Hex Logo

#abbdca Color Hex

#ABBDCA
(171,189,202)
0 Favorites   0 Comments

Color spaces of #abbdca

RGB 171189202
HSL0.570.230.73
HSV205°15°79°
CMYK 0.150.060.00   0.21
XYZ45.652949.317462.9902
Yxy49.31740.28900.3122
Hunter Lab70.2263-6.8564-4.0223
CIE-Lab75.6484-3.4625-8.6339

#abbdca color RGB value is (171,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11001010
Octal 253 275 312
Decimal 171 189 202
Hex AB BD CA

RGB Percentages of Color #abbdca

%30.43
%33.63
%35.94

CMYK Percentages of Color #abbdca

%15
%6
%0
%21

Triadic Colors of #abbdca

#abbdca #caabbd #bdcaab

Analogous Colors of #abbdca

#abbdca #abaeca #abcac8

Monochromatic Colors of #abbdca

#abbdca

Complementary Color

#abbdca #cab8ab

#abbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdca Color CSS Codes

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

#abbdca Text Font Color

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

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


#abbdca Background Color

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

This div background color is #abbdca


#abbdca Border Color

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

This div border color is #abbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdca


Comments

No comments written yet.

Please login to write comment.