Color Hex Logo

#a1d1dd Color Hex

#A1D1DD
(161,209,221)
0 Favorites   0 Comments

Color spaces of #a1d1dd

RGB 161209221
HSL0.530.470.75
HSV192°27°87°
CMYK 0.270.050.00   0.13
XYZ50.549658.398577.0144
Yxy58.39850.27180.3140
Hunter Lab76.4189-15.6589-6.2588
CIE-Lab80.9598-12.8295-11.0250

#a1d1dd color RGB value is (161,209,221).

#a1d1dd hex color red value is 161, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a1d1dd hue: 0.53 , saturation: 0.47 and the lightness value of a1d1dd is 0.75.

The process color (four color CMYK) of #a1d1dd color hex is 0.27, 0.05, 0.00, 0.13. Web safe color of #a1d1dd is #99cccc. Color #a1d1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010001 11011101
Octal 241 321 335
Decimal 161 209 221
Hex A1 D1 DD

RGB Percentages of Color #a1d1dd

%27.24
%35.36
%37.39

CMYK Percentages of Color #a1d1dd

%27
%5
%0
%13

Triadic Colors of #a1d1dd

#a1d1dd #dda1d1 #d1dda1

Analogous Colors of #a1d1dd

#a1d1dd #a1b3dd #a1ddcb

Monochromatic Colors of #a1d1dd

#a1d1dd

Complementary Color

#a1d1dd #ddada1

#a1d1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d1dd Color CSS Codes

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

#a1d1dd Text Font Color

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

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


#a1d1dd Background Color

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

This div background color is #a1d1dd


#a1d1dd Border Color

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

This div border color is #a1d1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d1dd


Comments

No comments written yet.

Please login to write comment.