Color Hex Logo

#a1dbec Color Hex

#A1DBEC
(161,219,236)
0 Favorites   0 Comments

Color spaces of #a1dbec

RGB 161219236
HSL0.540.660.78
HSV194°32°93°
CMYK 0.320.070.00   0.07
XYZ55.169864.296288.8595
Yxy64.29620.26480.3086
Hunter Lab80.1849-17.5098-9.5747
CIE-Lab84.1198-14.4659-14.2806

#a1dbec color RGB value is (161,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011011 11101100
Octal 241 333 354
Decimal 161 219 236
Hex A1 DB EC

RGB Percentages of Color #a1dbec

%26.14
%35.55
%38.31

CMYK Percentages of Color #a1dbec

%32
%7
%0
%7

Triadic Colors of #a1dbec

#a1dbec #eca1db #dbeca1

Analogous Colors of #a1dbec

#a1dbec #a1b6ec #a1ecd8

Monochromatic Colors of #a1dbec

#a1dbec

Complementary Color

#a1dbec #ecb2a1

#a1dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dbec Color CSS Codes

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

#a1dbec Text Font Color

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

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


#a1dbec Background Color

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

This div background color is #a1dbec


#a1dbec Border Color

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

This div border color is #a1dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dbec

#a1dbec Color Palettes


Comments

No comments written yet.

Please login to write comment.