Color Hex Logo

#a2deeb Color Hex

#A2DEEB
(162,222,235)
0 Favorites   0 Comments

Color spaces of #a2deeb

RGB 162222235
HSL0.530.650.78
HSV191°31°92°
CMYK 0.310.060.00   0.08
XYZ56.017065.922188.3691
Yxy65.92210.26640.3135
Hunter Lab81.1924-18.9344-7.6960
CIE-Lab84.9567-15.9492-12.4932

#a2deeb color RGB value is (162,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011110 11101011
Octal 242 336 353
Decimal 162 222 235
Hex A2 DE EB

RGB Percentages of Color #a2deeb

%26.17
%35.86
%37.96

CMYK Percentages of Color #a2deeb

%31
%6
%0
%8

Triadic Colors of #a2deeb

#a2deeb #eba2de #deeba2

Analogous Colors of #a2deeb

#a2deeb #a2baeb #a2ebd4

Monochromatic Colors of #a2deeb

#a2deeb

Complementary Color

#a2deeb #ebafa2

#a2deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2deeb Color CSS Codes

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

#a2deeb Text Font Color

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

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


#a2deeb Background Color

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

This div background color is #a2deeb


#a2deeb Border Color

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

This div border color is #a2deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2deeb


Comments

No comments written yet.

Please login to write comment.