Color Hex Logo

#a2dbfb Color Hex

#A2DBFB
(162,219,251)
0 Favorites   0 Comments

Color spaces of #a2dbfb

RGB 162219251
HSL0.560.920.81
HSV202°35°98°
CMYK 0.350.130.00   0.02
XYZ57.644465.3095100.8346
Yxy65.30950.25760.2918
Hunter Lab80.8143-14.1019-17.4080
CIE-Lab84.6430-10.5761-21.4231

#a2dbfb color RGB value is (162,219,251).

#a2dbfb hex color red value is 162, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a2dbfb hue: 0.56 , saturation: 0.92 and the lightness value of a2dbfb is 0.81.

The process color (four color CMYK) of #a2dbfb color hex is 0.35, 0.13, 0.00, 0.02. Web safe color of #a2dbfb is #99ccff. Color #a2dbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011011 11111011
Octal 242 333 373
Decimal 162 219 251
Hex A2 DB FB

RGB Percentages of Color #a2dbfb

%25.63
%34.65
%39.72

CMYK Percentages of Color #a2dbfb

%35
%13
%0
%2

Triadic Colors of #a2dbfb

#a2dbfb #fba2db #dbfba2

Analogous Colors of #a2dbfb

#a2dbfb #a2affb #a2fbef

Monochromatic Colors of #a2dbfb

#a2dbfb

Complementary Color

#a2dbfb #fbc2a2

#a2dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dbfb Color CSS Codes

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

#a2dbfb Text Font Color

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

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


#a2dbfb Background Color

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

This div background color is #a2dbfb


#a2dbfb Border Color

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

This div border color is #a2dbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dbfb


Comments

No comments written yet.

Please login to write comment.