Color Hex Logo

#abbbda Color Hex

#ABBBDA
(171,187,218)
0 Favorites   0 Comments

Color spaces of #abbbda

RGB 171187218
HSL0.610.390.76
HSV220°22°85°
CMYK 0.220.140.00   0.15
XYZ47.219849.260573.3491
Yxy49.26050.27800.2901
Hunter Lab70.1858-2.7335-12.8321
CIE-Lab75.61311.1190-17.3705

#abbbda color RGB value is (171,187,218).

#abbbda hex color red value is 171, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abbbda hue: 0.61 , saturation: 0.39 and the lightness value of abbbda is 0.76.

The process color (four color CMYK) of #abbbda color hex is 0.22, 0.14, 0.00, 0.15. Web safe color of #abbbda is #99cccc. Color #abbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11011010
Octal 253 273 332
Decimal 171 187 218
Hex AB BB DA

RGB Percentages of Color #abbbda

%29.69
%32.47
%37.85

CMYK Percentages of Color #abbbda

%22
%14
%0
%15

Triadic Colors of #abbbda

#abbbda #daabbb #bbdaab

Analogous Colors of #abbbda

#abbbda #b3abda #abd3da

Monochromatic Colors of #abbbda

#abbbda

Complementary Color

#abbbda #dacaab

#abbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbda Color CSS Codes

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

#abbbda Text Font Color

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

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


#abbbda Background Color

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

This div background color is #abbbda


#abbbda Border Color

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

This div border color is #abbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbda


Comments

No comments written yet.

Please login to write comment.