Color Hex Logo

#a0ddfd Color Hex

#A0DDFD
(160,221,253)
0 Favorites   0 Comments

Color spaces of #a0ddfd

RGB 160221253
HSL0.560.960.81
HSV201°37°99°
CMYK 0.370.130.00   0.01
XYZ58.083366.2783102.6602
Yxy66.27830.25580.2919
Hunter Lab81.4115-15.1187-17.7769
CIE-Lab85.1382-11.6392-21.7388

#a0ddfd color RGB value is (160,221,253).

#a0ddfd hex color red value is 160, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a0ddfd hue: 0.56 , saturation: 0.96 and the lightness value of a0ddfd is 0.81.

The process color (four color CMYK) of #a0ddfd color hex is 0.37, 0.13, 0.00, 0.01. Web safe color of #a0ddfd is #99ccff. Color #a0ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 11111101
Octal 240 335 375
Decimal 160 221 253
Hex A0 DD FD

RGB Percentages of Color #a0ddfd

%25.24
%34.86
%39.91

CMYK Percentages of Color #a0ddfd

%37
%13
%0
%1

Triadic Colors of #a0ddfd

#a0ddfd #fda0dd #ddfda0

Analogous Colors of #a0ddfd

#a0ddfd #a0affd #a0fdef

Monochromatic Colors of #a0ddfd

#a0ddfd

Complementary Color

#a0ddfd #fdc0a0

#a0ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ddfd Color CSS Codes

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

#a0ddfd Text Font Color

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

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


#a0ddfd Background Color

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

This div background color is #a0ddfd


#a0ddfd Border Color

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

This div border color is #a0ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.