Color Hex Logo

#a1ddfc Color Hex

#A1DDFC
(161,221,252)
0 Favorites   0 Comments

Color spaces of #a1ddfc

RGB 161221252
HSL0.560.940.81
HSV200°36°99°
CMYK 0.360.120.00   0.01
XYZ58.125166.3182101.8326
Yxy66.31820.25690.2931
Hunter Lab81.4360-15.1082-17.1347
CIE-Lab85.1585-11.6249-21.1754

#a1ddfc color RGB value is (161,221,252).

#a1ddfc hex color red value is 161, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a1ddfc hue: 0.56 , saturation: 0.94 and the lightness value of a1ddfc is 0.81.

The process color (four color CMYK) of #a1ddfc color hex is 0.36, 0.12, 0.00, 0.01. Web safe color of #a1ddfc is #99ccff. Color #a1ddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011101 11111100
Octal 241 335 374
Decimal 161 221 252
Hex A1 DD FC

RGB Percentages of Color #a1ddfc

%25.39
%34.86
%39.75

CMYK Percentages of Color #a1ddfc

%36
%12
%0
%1

Triadic Colors of #a1ddfc

#a1ddfc #fca1dd #ddfca1

Analogous Colors of #a1ddfc

#a1ddfc #a1b0fc #a1fcee

Monochromatic Colors of #a1ddfc

#a1ddfc

Complementary Color

#a1ddfc #fcc0a1

#a1ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ddfc Color CSS Codes

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

#a1ddfc Text Font Color

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

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


#a1ddfc Background Color

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

This div background color is #a1ddfc


#a1ddfc Border Color

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

This div border color is #a1ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ddfc


Comments

No comments written yet.

Please login to write comment.