color codes Logo

#a2bceb color codes

#A2BCEB
(162,188,235)
0 Favorites   0 Comments

Color spaces of #a2bceb

RGB 162188235
HSL0.610.650.78
HSV219°31°92°
CMYK 0.310.200.00   0.08
XYZ47.878949.646085.6564
Yxy49.64600.26140.2710
Hunter Lab70.4599-2.0106-22.7555
CIE-Lab75.85151.9256-26.2630

#a2bceb color RGB value is (162,188,235).

#a2bceb hex color red value is 162, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a2bceb hue: 0.61 , saturation: 0.65 and the lightness value of a2bceb is 0.78.

The process color (four color CMYK) of #a2bceb color code is 0.31, 0.20, 0.00, 0.08. Web safe color of #a2bceb is #99ccff. Color #a2bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111100 11101011
Octal 242 274 353
Decimal 162 188 235
Hex A2 BC EB

RGB Percentages of Color #a2bceb

%27.69
%32.14
%40.17

CMYK Percentages of Color #a2bceb

%31
%20
%0
%8

Triadic Colors of #a2bceb

#a2bceb #eba2bc #bceba2

Analogous Colors of #a2bceb

#a2bceb #ada2eb #a2e1eb

Monochromatic Colors of #a2bceb

#a2bceb

Complementary Color

#a2bceb #ebd1a2

#a2bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bceb Color CSS Codes

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

#a2bceb Text Font Color

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

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


#a2bceb Background Color

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

This div background color is #a2bceb


#a2bceb Border Color

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

This div border color is #a2bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bceb


Comments

No comments written yet.

Please login to write comment.