Color Hex Logo

#a2bbe9 Color Hex

#A2BBE9
(162,187,233)
0 Favorites   0 Comments

Color spaces of #a2bbe9

RGB 162187233
HSL0.610.620.77
HSV219°30°91°
CMYK 0.300.200.00   0.09
XYZ47.378649.105284.0719
Yxy49.10520.26240.2720
Hunter Lab70.0751-1.9455-22.0800
CIE-Lab75.51671.9779-25.6946

#a2bbe9 color RGB value is (162,187,233).

#a2bbe9 hex color red value is 162, green value is 187 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a2bbe9 hue: 0.61 , saturation: 0.62 and the lightness value of a2bbe9 is 0.77.

The process color (four color CMYK) of #a2bbe9 color hex is 0.30, 0.20, 0.00, 0.09. Web safe color of #a2bbe9 is #99ccff. Color #a2bbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11101001
Octal 242 273 351
Decimal 162 187 233
Hex A2 BB E9

RGB Percentages of Color #a2bbe9

%27.84
%32.13
%40.03

CMYK Percentages of Color #a2bbe9

%30
%20
%0
%9

Triadic Colors of #a2bbe9

#a2bbe9 #e9a2bb #bbe9a2

Analogous Colors of #a2bbe9

#a2bbe9 #ada2e9 #a2dfe9

Monochromatic Colors of #a2bbe9

#a2bbe9

Complementary Color

#a2bbe9 #e9d0a2

#a2bbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbe9 Color CSS Codes

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

#a2bbe9 Text Font Color

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

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


#a2bbe9 Background Color

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

This div background color is #a2bbe9


#a2bbe9 Border Color

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

This div border color is #a2bbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbe9


Comments

No comments written yet.

Please login to write comment.