Color Hex Logo

#a1dcea Color Hex

#A1DCEA
(161,220,234)
0 Favorites   0 Comments

Color spaces of #a1dcea

RGB 161220234
HSL0.530.630.77
HSV192°31°92°
CMYK 0.310.060.00   0.08
XYZ55.142464.704087.4247
Yxy64.70400.26600.3122
Hunter Lab80.4388-18.4026-8.1320
CIE-Lab84.3310-15.4454-12.9050

#a1dcea color RGB value is (161,220,234).

#a1dcea hex color red value is 161, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a1dcea hue: 0.53 , saturation: 0.63 and the lightness value of a1dcea is 0.77.

The process color (four color CMYK) of #a1dcea color hex is 0.31, 0.06, 0.00, 0.08. Web safe color of #a1dcea is #99ccff. Color #a1dcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011100 11101010
Octal 241 334 352
Decimal 161 220 234
Hex A1 DC EA

RGB Percentages of Color #a1dcea

%26.18
%35.77
%38.05

CMYK Percentages of Color #a1dcea

%31
%6
%0
%8

Triadic Colors of #a1dcea

#a1dcea #eaa1dc #dceaa1

Analogous Colors of #a1dcea

#a1dcea #a1b8ea #a1ead4

Monochromatic Colors of #a1dcea

#a1dcea

Complementary Color

#a1dcea #eaafa1

#a1dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dcea Color CSS Codes

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

#a1dcea Text Font Color

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

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


#a1dcea Background Color

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

This div background color is #a1dcea


#a1dcea Border Color

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

This div border color is #a1dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dcea


Comments

No comments written yet.

Please login to write comment.