Color Hex Logo

#abbada Color Hex

#ABBADA
(171,186,218)
0 Favorites   0 Comments

Color spaces of #abbada

RGB 171186218
HSL0.610.390.76
HSV221°22°85°
CMYK 0.220.150.00   0.15
XYZ47.008448.837773.2787
Yxy48.83770.27800.2888
Hunter Lab69.8840-2.2265-13.2513
CIE-Lab75.35021.6602-17.7675

#abbada color RGB value is (171,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11011010
Octal 253 272 332
Decimal 171 186 218
Hex AB BA DA

RGB Percentages of Color #abbada

%29.74
%32.35
%37.91

CMYK Percentages of Color #abbada

%22
%15
%0
%15

Triadic Colors of #abbada

#abbada #daabba #badaab

Analogous Colors of #abbada

#abbada #b4abda #abd2da

Monochromatic Colors of #abbada

#abbada

Complementary Color

#abbada #dacbab

#abbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbada Color CSS Codes

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

#abbada Text Font Color

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

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


#abbada Background Color

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

This div background color is #abbada


#abbada Border Color

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

This div border color is #abbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbada


Comments

No comments written yet.

Please login to write comment.