Color Hex Logo

#a1ddee Color Hex

#A1DDEE
(161,221,238)
0 Favorites   0 Comments

Color spaces of #a1ddee

RGB 161221238
HSL0.540.690.78
HSV193°32°93°
CMYK 0.320.070.00   0.07
XYZ55.987065.463090.5737
Yxy65.46300.26410.3088
Hunter Lab80.9092-18.0739-9.7357
CIE-Lab84.7218-15.0115-14.4368

#a1ddee color RGB value is (161,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011101 11101110
Octal 241 335 356
Decimal 161 221 238
Hex A1 DD EE

RGB Percentages of Color #a1ddee

%25.97
%35.65
%38.39

CMYK Percentages of Color #a1ddee

%32
%7
%0
%7

Triadic Colors of #a1ddee

#a1ddee #eea1dd #ddeea1

Analogous Colors of #a1ddee

#a1ddee #a1b7ee #a1eed9

Monochromatic Colors of #a1ddee

#a1ddee

Complementary Color

#a1ddee #eeb2a1

#a1ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ddee Color CSS Codes

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

#a1ddee Text Font Color

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

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


#a1ddee Background Color

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

This div background color is #a1ddee


#a1ddee Border Color

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

This div border color is #a1ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ddee


Comments

No comments written yet.

Please login to write comment.