Color Hex Logo

#a0d1eb Color Hex

#A0D1EB
(160,209,235)
0 Favorites   0 Comments

Color spaces of #a0d1eb

RGB 160209235
HSL0.560.650.77
HSV201°32°92°
CMYK 0.320.110.00   0.08
XYZ52.293159.072787.2433
Yxy59.07270.26330.2974
Hunter Lab76.8588-13.0552-13.4996
CIE-Lab81.3315-9.8268-17.9478

#a0d1eb color RGB value is (160,209,235).

#a0d1eb hex color red value is 160, green value is 209 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a0d1eb hue: 0.56 , saturation: 0.65 and the lightness value of a0d1eb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010001 11101011
Octal 240 321 353
Decimal 160 209 235
Hex A0 D1 EB

RGB Percentages of Color #a0d1eb

%26.49
%34.60
%38.91

CMYK Percentages of Color #a0d1eb

%32
%11
%0
%8

Triadic Colors of #a0d1eb

#a0d1eb #eba0d1 #d1eba0

Analogous Colors of #a0d1eb

#a0d1eb #a0aceb #a0ebe0

Monochromatic Colors of #a0d1eb

#a0d1eb

Complementary Color

#a0d1eb #ebbaa0

#a0d1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d1eb Color CSS Codes

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

#a0d1eb Text Font Color

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

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


#a0d1eb Background Color

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

This div background color is #a0d1eb


#a0d1eb Border Color

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

This div border color is #a0d1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d1eb


Comments

No comments written yet.

Please login to write comment.