Color Hex Logo

#a2bbda Color Hex

#A2BBDA
(162,187,218)
0 Favorites   0 Comments

Color spaces of #a2bbda

RGB 162187218
HSL0.590.430.75
HSV213°26°85°
CMYK 0.260.140.00   0.15
XYZ45.325548.284073.2605
Yxy48.28400.27160.2894
Hunter Lab69.4867-5.1679-13.8693
CIE-Lab75.0037-1.6221-18.3505

#a2bbda color RGB value is (162,187,218).

#a2bbda hex color red value is 162, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a2bbda hue: 0.59 , saturation: 0.43 and the lightness value of a2bbda is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11011010
Octal 242 273 332
Decimal 162 187 218
Hex A2 BB DA

RGB Percentages of Color #a2bbda

%28.57
%32.98
%38.45

CMYK Percentages of Color #a2bbda

%26
%14
%0
%15

Triadic Colors of #a2bbda

#a2bbda #daa2bb #bbdaa2

Analogous Colors of #a2bbda

#a2bbda #a5a2da #a2d7da

Monochromatic Colors of #a2bbda

#a2bbda

Complementary Color

#a2bbda #dac1a2

#a2bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbda Color CSS Codes

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

#a2bbda Text Font Color

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

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


#a2bbda Background Color

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

This div background color is #a2bbda


#a2bbda Border Color

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

This div border color is #a2bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbda


Comments

No comments written yet.

Please login to write comment.