Color Hex Logo

#a2dbeb Color Hex

#A2DBEB
(162,219,235)
0 Favorites   0 Comments

Color spaces of #a2dbeb

RGB 162219235
HSL0.540.650.78
HSV193°31°92°
CMYK 0.310.070.00   0.08
XYZ55.227264.342688.1058
Yxy64.34260.26590.3098
Hunter Lab80.2138-17.4770-8.9736
CIE-Lab84.1438-14.4251-13.7091

#a2dbeb color RGB value is (162,219,235).

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

The process color (four color CMYK) of #a2dbeb color hex is 0.31, 0.07, 0.00, 0.08. Web safe color of #a2dbeb is #99ccff. Color #a2dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011011 11101011
Octal 242 333 353
Decimal 162 219 235
Hex A2 DB EB

RGB Percentages of Color #a2dbeb

%26.30
%35.55
%38.15

CMYK Percentages of Color #a2dbeb

%31
%7
%0
%8

Triadic Colors of #a2dbeb

#a2dbeb #eba2db #dbeba2

Analogous Colors of #a2dbeb

#a2dbeb #a2b7eb #a2ebd7

Monochromatic Colors of #a2dbeb

#a2dbeb

Complementary Color

#a2dbeb #ebb2a2

#a2dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dbeb Color CSS Codes

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

#a2dbeb Text Font Color

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

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


#a2dbeb Background Color

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

This div background color is #a2dbeb


#a2dbeb Border Color

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

This div border color is #a2dbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,219,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 #a2dbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dbeb


Comments

No comments written yet.

Please login to write comment.