Color Hex Logo

#a1dcee Color Hex

#A1DCEE
(161,220,238)
0 Favorites   0 Comments

Color spaces of #a1dcee

RGB 161220238
HSL0.540.690.78
HSV194°32°93°
CMYK 0.320.080.00   0.07
XYZ55.723864.936590.4860
Yxy64.93650.26390.3075
Hunter Lab80.5832-17.5867-10.1679
CIE-Lab84.4510-14.5023-14.8429

#a1dcee color RGB value is (161,220,238).

#a1dcee hex color red value is 161, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a1dcee hue: 0.54 , saturation: 0.69 and the lightness value of a1dcee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011100 11101110
Octal 241 334 356
Decimal 161 220 238
Hex A1 DC EE

RGB Percentages of Color #a1dcee

%26.01
%35.54
%38.45

CMYK Percentages of Color #a1dcee

%32
%8
%0
%7

Triadic Colors of #a1dcee

#a1dcee #eea1dc #dceea1

Analogous Colors of #a1dcee

#a1dcee #a1b6ee #a1eeda

Monochromatic Colors of #a1dcee

#a1dcee

Complementary Color

#a1dcee #eeb3a1

#a1dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dcee Color CSS Codes

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

#a1dcee Text Font Color

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

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


#a1dcee Background Color

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

This div background color is #a1dcee


#a1dcee Border Color

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

This div border color is #a1dcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,220,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dcee


Comments

No comments written yet.

Please login to write comment.