Color Hex Logo

#a2bbde Color Hex

#A2BBDE
(162,187,222)
0 Favorites   0 Comments

Color spaces of #a2bbde

RGB 162187222
HSL0.600.480.75
HSV215°27°87°
CMYK 0.270.160.00   0.13
XYZ45.855448.496076.0511
Yxy48.49600.26910.2846
Hunter Lab69.6391-4.3311-16.0018
CIE-Lab75.1367-0.6790-20.3188

#a2bbde color RGB value is (162,187,222).

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

The process color (four color CMYK) of #a2bbde color hex is 0.27, 0.16, 0.00, 0.13. Web safe color of #a2bbde is #99cccc. Color #a2bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11011110
Octal 242 273 336
Decimal 162 187 222
Hex A2 BB DE

RGB Percentages of Color #a2bbde

%28.37
%32.75
%38.88

CMYK Percentages of Color #a2bbde

%27
%16
%0
%13

Triadic Colors of #a2bbde

#a2bbde #dea2bb #bbdea2

Analogous Colors of #a2bbde

#a2bbde #a7a2de #a2d9de

Monochromatic Colors of #a2bbde

#a2bbde

Complementary Color

#a2bbde #dec5a2

#a2bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbde Color CSS Codes

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

#a2bbde Text Font Color

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

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


#a2bbde Background Color

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

This div background color is #a2bbde


#a2bbde Border Color

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

This div border color is #a2bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbde


Comments

No comments written yet.

Please login to write comment.