Color Hex Logo

#a0dfef Color Hex

#A0DFEF
(160,223,239)
0 Favorites   0 Comments

Color spaces of #a0dfef

RGB 160223239
HSL0.530.710.78
HSV192°33°94°
CMYK 0.330.070.00   0.06
XYZ56.464966.480991.5174
Yxy66.48090.26330.3100
Hunter Lab81.5358-19.0735-9.4732
CIE-Lab85.2411-16.0609-14.1924

#a0dfef color RGB value is (160,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011111 11101111
Octal 240 337 357
Decimal 160 223 239
Hex A0 DF EF

RGB Percentages of Color #a0dfef

%25.72
%35.85
%38.42

CMYK Percentages of Color #a0dfef

%33
%7
%0
%6

Triadic Colors of #a0dfef

#a0dfef #efa0df #dfefa0

Analogous Colors of #a0dfef

#a0dfef #a0b8ef #a0efd8

Monochromatic Colors of #a0dfef

#a0dfef

Complementary Color

#a0dfef #efb0a0

#a0dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dfef Color CSS Codes

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

#a0dfef Text Font Color

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

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


#a0dfef Background Color

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

This div background color is #a0dfef


#a0dfef Border Color

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

This div border color is #a0dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dfef


Comments

No comments written yet.

Please login to write comment.