Color Hex Logo

#a2bedb Color Hex

#A2BEDB
(162,190,219)
0 Favorites   0 Comments

Color spaces of #a2bedb

RGB 162190219
HSL0.580.440.75
HSV211°26°86°
CMYK 0.260.130.00   0.14
XYZ46.099949.622874.1663
Yxy49.62280.27140.2921
Hunter Lab70.4435-6.4613-13.1130
CIE-Lab75.8372-3.0024-17.6329

#a2bedb color RGB value is (162,190,219).

#a2bedb hex color red value is 162, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a2bedb hue: 0.58 , saturation: 0.44 and the lightness value of a2bedb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 11011011
Octal 242 276 333
Decimal 162 190 219
Hex A2 BE DB

RGB Percentages of Color #a2bedb

%28.37
%33.27
%38.35

CMYK Percentages of Color #a2bedb

%26
%13
%0
%14

Triadic Colors of #a2bedb

#a2bedb #dba2be #bedba2

Analogous Colors of #a2bedb

#a2bedb #a3a2db #a2dbdb

Monochromatic Colors of #a2bedb

#a2bedb

Complementary Color

#a2bedb #dbbfa2

#a2bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bedb Color CSS Codes

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

#a2bedb Text Font Color

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

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


#a2bedb Background Color

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

This div background color is #a2bedb


#a2bedb Border Color

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

This div border color is #a2bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bedb


Comments

No comments written yet.

Please login to write comment.