Color Hex Logo

#a1d0dd Color Hex

#A1D0DD
(161,208,221)
0 Favorites   0 Comments

Color spaces of #a1d0dd

RGB 161208221
HSL0.540.470.75
HSV193°27°87°
CMYK 0.270.060.00   0.13
XYZ50.305057.909376.9329
Yxy57.90930.27170.3128
Hunter Lab76.0982-15.1736-6.6717
CIE-Lab80.6883-12.3137-11.4302

#a1d0dd color RGB value is (161,208,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010000 11011101
Octal 241 320 335
Decimal 161 208 221
Hex A1 D0 DD

RGB Percentages of Color #a1d0dd

%27.29
%35.25
%37.46

CMYK Percentages of Color #a1d0dd

%27
%6
%0
%13

Triadic Colors of #a1d0dd

#a1d0dd #dda1d0 #d0dda1

Analogous Colors of #a1d0dd

#a1d0dd #a1b2dd #a1ddcc

Monochromatic Colors of #a1d0dd

#a1d0dd

Complementary Color

#a1d0dd #ddaea1

#a1d0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d0dd Color CSS Codes

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

#a1d0dd Text Font Color

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

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


#a1d0dd Background Color

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

This div background color is #a1d0dd


#a1d0dd Border Color

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

This div border color is #a1d0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d0dd

#a1d0dd Color Palettes


Comments

No comments written yet.

Please login to write comment.