Color Hex Logo

#a0dddf Color Hex

#A0DDDF
(160,221,223)
0 Favorites   0 Comments

Color spaces of #a0dddf

RGB 160221223
HSL0.510.500.75
HSV182°28°87°
CMYK 0.280.010.00   0.13
XYZ53.672964.514279.4357
Yxy64.51420.27160.3265
Hunter Lab80.3207-21.2818-2.4122
CIE-Lab84.2328-18.7599-7.2302

#a0dddf color RGB value is (160,221,223).

#a0dddf hex color red value is 160, green value is 221 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a0dddf hue: 0.51 , saturation: 0.50 and the lightness value of a0dddf is 0.75.

The process color (four color CMYK) of #a0dddf color hex is 0.28, 0.01, 0.00, 0.13. Web safe color of #a0dddf is #99cccc. Color #a0dddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 11011111
Octal 240 335 337
Decimal 160 221 223
Hex A0 DD DF

RGB Percentages of Color #a0dddf

%26.49
%36.59
%36.92

CMYK Percentages of Color #a0dddf

%28
%1
%0
%13

Triadic Colors of #a0dddf

#a0dddf #dfa0dd #dddfa0

Analogous Colors of #a0dddf

#a0dddf #a0bedf #a0dfc2

Monochromatic Colors of #a0dddf

#a0dddf

Complementary Color

#a0dddf #dfa2a0

#a0dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dddf Color CSS Codes

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

#a0dddf Text Font Color

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

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


#a0dddf Background Color

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

This div background color is #a0dddf


#a0dddf Border Color

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

This div border color is #a0dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dddf


Comments

No comments written yet.

Please login to write comment.