Color Hex Logo

#a1dfec Color Hex

#A1DFEC
(161,223,236)
0 Favorites   0 Comments

Color spaces of #a1dfec

RGB 161223236
HSL0.530.660.78
HSV190°32°93°
CMYK 0.320.060.00   0.07
XYZ56.225966.408589.2116
Yxy66.40850.26540.3135
Hunter Lab81.4914-19.4519-7.8629
CIE-Lab85.2044-16.4963-12.6571

#a1dfec color RGB value is (161,223,236).

#a1dfec hex color red value is 161, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a1dfec hue: 0.53 , saturation: 0.66 and the lightness value of a1dfec is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011111 11101100
Octal 241 337 354
Decimal 161 223 236
Hex A1 DF EC

RGB Percentages of Color #a1dfec

%25.97
%35.97
%38.06

CMYK Percentages of Color #a1dfec

%32
%6
%0
%7

Triadic Colors of #a1dfec

#a1dfec #eca1df #dfeca1

Analogous Colors of #a1dfec

#a1dfec #a1baec #a1ecd4

Monochromatic Colors of #a1dfec

#a1dfec

Complementary Color

#a1dfec #ecaea1

#a1dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dfec Color CSS Codes

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

#a1dfec Text Font Color

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

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


#a1dfec Background Color

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

This div background color is #a1dfec


#a1dfec Border Color

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

This div border color is #a1dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dfec


Comments

No comments written yet.

Please login to write comment.