Color Hex Logo

#a2bbdf Color Hex

#A2BBDF
(162,187,223)
0 Favorites   0 Comments

Color spaces of #a2bbdf

RGB 162187223
HSL0.600.490.75
HSV215°27°87°
CMYK 0.270.160.00   0.13
XYZ45.989948.549776.7591
Yxy48.54970.26850.2834
Hunter Lab69.6776-4.1190-16.5414
CIE-Lab75.1703-0.4409-20.8098

#a2bbdf color RGB value is (162,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11011111
Octal 242 273 337
Decimal 162 187 223
Hex A2 BB DF

RGB Percentages of Color #a2bbdf

%28.32
%32.69
%38.99

CMYK Percentages of Color #a2bbdf

%27
%16
%0
%13

Triadic Colors of #a2bbdf

#a2bbdf #dfa2bb #bbdfa2

Analogous Colors of #a2bbdf

#a2bbdf #a8a2df #a2dadf

Monochromatic Colors of #a2bbdf

#a2bbdf

Complementary Color

#a2bbdf #dfc6a2

#a2bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbdf Color CSS Codes

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

#a2bbdf Text Font Color

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

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


#a2bbdf Background Color

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

This div background color is #a2bbdf


#a2bbdf Border Color

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

This div border color is #a2bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbdf


Comments

No comments written yet.

Please login to write comment.