Color Hex Logo

#a1deeb Color Hex

#A1DEEB
(161,222,235)
0 Favorites   0 Comments

Color spaces of #a1deeb

RGB 161222235
HSL0.530.650.78
HSV191°31°92°
CMYK 0.310.060.00   0.08
XYZ55.814665.817888.3596
Yxy65.81780.26580.3134
Hunter Lab81.1282-19.1698-7.7851
CIE-Lab84.9034-16.2250-12.5783

#a1deeb color RGB value is (161,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011110 11101011
Octal 241 336 353
Decimal 161 222 235
Hex A1 DE EB

RGB Percentages of Color #a1deeb

%26.05
%35.92
%38.03

CMYK Percentages of Color #a1deeb

%31
%6
%0
%8

Triadic Colors of #a1deeb

#a1deeb #eba1de #deeba1

Analogous Colors of #a1deeb

#a1deeb #a1b9eb #a1ebd3

Monochromatic Colors of #a1deeb

#a1deeb

Complementary Color

#a1deeb #ebaea1

#a1deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1deeb Color CSS Codes

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

#a1deeb Text Font Color

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

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


#a1deeb Background Color

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

This div background color is #a1deeb


#a1deeb Border Color

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

This div border color is #a1deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1deeb


Comments

No comments written yet.

Please login to write comment.