Color Hex Logo

#a0dcef Color Hex

#A0DCEF
(160,220,239)
0 Favorites   0 Comments

Color spaces of #a0dcef

RGB 160220239
HSL0.540.710.78
HSV194°33°94°
CMYK 0.330.080.00   0.06
XYZ55.670464.892091.2526
Yxy64.89200.26280.3064
Hunter Lab80.5556-17.6143-10.7743
CIE-Lab84.4281-14.5370-15.4120

#a0dcef color RGB value is (160,220,239).

#a0dcef hex color red value is 160, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a0dcef hue: 0.54 , saturation: 0.71 and the lightness value of a0dcef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011100 11101111
Octal 240 334 357
Decimal 160 220 239
Hex A0 DC EF

RGB Percentages of Color #a0dcef

%25.85
%35.54
%38.61

CMYK Percentages of Color #a0dcef

%33
%8
%0
%6

Triadic Colors of #a0dcef

#a0dcef #efa0dc #dcefa0

Analogous Colors of #a0dcef

#a0dcef #a0b5ef #a0efdb

Monochromatic Colors of #a0dcef

#a0dcef

Complementary Color

#a0dcef #efb3a0

#a0dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dcef Color CSS Codes

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

#a0dcef Text Font Color

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

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


#a0dcef Background Color

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

This div background color is #a0dcef


#a0dcef Border Color

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

This div border color is #a0dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dcef


Comments

No comments written yet.

Please login to write comment.