Color Hex Logo

#a1d4eb Color Hex

#A1D4EB
(161,212,235)
0 Favorites   0 Comments

Color spaces of #a1d4eb

RGB 161212235
HSL0.550.650.78
HSV199°31°92°
CMYK 0.310.100.00   0.08
XYZ53.236860.662287.5004
Yxy60.66220.26430.3012
Hunter Lab77.8859-14.2916-12.0888
CIE-Lab82.1968-11.1065-16.6382

#a1d4eb color RGB value is (161,212,235).

#a1d4eb hex color red value is 161, green value is 212 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a1d4eb hue: 0.55 , saturation: 0.65 and the lightness value of a1d4eb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010100 11101011
Octal 241 324 353
Decimal 161 212 235
Hex A1 D4 EB

RGB Percentages of Color #a1d4eb

%26.48
%34.87
%38.65

CMYK Percentages of Color #a1d4eb

%31
%10
%0
%8

Triadic Colors of #a1d4eb

#a1d4eb #eba1d4 #d4eba1

Analogous Colors of #a1d4eb

#a1d4eb #a1afeb #a1ebdd

Monochromatic Colors of #a1d4eb

#a1d4eb

Complementary Color

#a1d4eb #ebb8a1

#a1d4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d4eb Color CSS Codes

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

#a1d4eb Text Font Color

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

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


#a1d4eb Background Color

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

This div background color is #a1d4eb


#a1d4eb Border Color

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

This div border color is #a1d4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d4eb


Comments

No comments written yet.

Please login to write comment.